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 e012a8a commit 596bf40Copy full SHA for 596bf40
docker/Dockerfile
@@ -60,7 +60,8 @@ RUN apt-get update \
60
libssl-dev \
61
openssl unzip \
62
wget \
63
- zlib1g-dev
+ zlib1g-dev \
64
+ git
65
66
# Lua build
67
COPY ./scripts/build-lua /tmp/build-lua
@@ -133,11 +134,12 @@ RUN apt-get update \
133
134
gcc \
135
make \
136
socat \
137
+ git \
138
&& /tmp/install-lua \
139
&& /tmp/install-openresty \
140
&& rm -f /tmp/install-lua \
141
&& rm -f /tmp/install-openresty \
- && apt-get remove -y make gcc \
142
+ && apt-get remove -y make gcc git \
143
&& apt-get autoremove -y \
144
&& apt-get clean \
145
&& rm -rf /var/lib/apt/lists/*
0 commit comments