Skip to content

Commit

Permalink
Fixed docker images in order to install zip and unzip
Browse files Browse the repository at this point in the history
  • Loading branch information
jhryniuk authored and janhryniukpgs committed Apr 21, 2017
1 parent 10e5fca commit bda0086
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/php56xdebug/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ RUN apt-get -qq update --fix-missing && \
libkrb5-dev \
cloc \
git-core \
zip \
unzip \
&& rm -rf /var/lib/apt/lists/*

COPY docker-php-pecl-install /usr/local/bin/
Expand Down
2 changes: 2 additions & 0 deletions docker/php71xdebug/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ RUN apt-get -qq update --fix-missing && \
libkrb5-dev \
cloc \
git-core \
zip \
unzip \
&& rm -rf /var/lib/apt/lists/*

COPY docker-php-pecl-install /usr/local/bin/
Expand Down
2 changes: 2 additions & 0 deletions docker/php7xdebug/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ RUN apt-get -qq update --fix-missing && \
libkrb5-dev \
cloc \
git-core \
zip \
unzip \
&& rm -rf /var/lib/apt/lists/*

COPY docker-php-pecl-install /usr/local/bin/
Expand Down

0 comments on commit bda0086

Please sign in to comment.