We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0b7bab commit 1cb3ebbCopy full SHA for 1cb3ebb
Dockerfile
@@ -4,6 +4,7 @@ FROM debian:stable-slim
4
RUN set -ex \
5
&& apt-get update \
6
&& apt-get install --no-install-recommends --no-install-suggests -y \
7
+ telnet curl net-tools vim \
8
autoconf automake wget git libtool curl make gcc g++ unzip libpcre3 libpcre3-dev zlib1g zlib1g-dev libssl-dev
9
10
COPY source /build/source
@@ -37,4 +38,6 @@ RUN set -ex \
37
38
39
WORKDIR /server
40
41
+ENV PATH=/server/sbin:$PATH
42
+
43
CMD ["nginx", "-g", "daemon off;"]
0 commit comments