Skip to content

Commit 83aaacc

Browse files
committed
reverted back some utils - not sure if they're needed
1 parent ef4f351 commit 83aaacc

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ RUN apt-get -qq update \
55
&& apt-get -qq -y --no-install-recommends install \
66
procps \
77
rsyslog \
8+
curl \
9+
unzip \
10+
wget \
811
&& rm -rf /var/lib/apt/lists/*
912

1013
RUN docker-php-ext-install \

Dockerfile.alpine

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ RUN apk update \
77
logrotate \
88
procps \
99
rsyslog \
10-
util-linux
10+
util-linux \
11+
curl \
12+
git \
13+
unzip
1114

1215
ARG ADD_LIBUNWIND_DEPENDENCY=false
1316
RUN echo "ADD_LIBUNWIND_DEPENDENCY: ${ADD_LIBUNWIND_DEPENDENCY}"

0 commit comments

Comments
 (0)