Skip to content

Commit b23337d

Browse files
committed
improve Dockerfile
1 parent 718e225 commit b23337d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ WORKDIR /app
55
RUN apt-get -y upgrade && \
66
apt-get - dist-upgrade && \
77
apt-get update && \
8-
apt-get install -yqq zip git
8+
apt-get install -yqq zip git wget
99

1010
RUN pecl install redis && \
1111
pecl install xdebug && \

0 commit comments

Comments
 (0)