Skip to content

Commit 7af75ac

Browse files
committed
Install netcat for letsencrypt.
1 parent 8faac08 commit 7af75ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/image/ruby-bench-web/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM discourse/base:2.0.20201214-2041
22
MAINTAINER Alan Guo Xiang Tan "https://twitter.com/tgx_world"
33

4-
RUN sudo apt-get update && sudo apt-get install -y qt5-default libqt5webkit5-dev python-pygments
4+
RUN sudo apt-get update && sudo apt-get install -y qt5-default libqt5webkit5-dev python-pygments netcat
55

66
RUN git clone https://github.com/rbenv/rbenv.git ~/.rbenv && \
77
echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.bash_profile && \

0 commit comments

Comments
 (0)