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 ef4f351 commit 83aaaccCopy full SHA for 83aaacc
Dockerfile
@@ -5,6 +5,9 @@ RUN apt-get -qq update \
5
&& apt-get -qq -y --no-install-recommends install \
6
procps \
7
rsyslog \
8
+ curl \
9
+ unzip \
10
+ wget \
11
&& rm -rf /var/lib/apt/lists/*
12
13
RUN docker-php-ext-install \
Dockerfile.alpine
@@ -7,7 +7,10 @@ RUN apk update \
logrotate \
- util-linux
+ util-linux \
+ git \
+ unzip
14
15
ARG ADD_LIBUNWIND_DEPENDENCY=false
16
RUN echo "ADD_LIBUNWIND_DEPENDENCY: ${ADD_LIBUNWIND_DEPENDENCY}"
0 commit comments