Skip to content

Commit

Permalink
Added zip and unzip to dockerfiles.
Browse files Browse the repository at this point in the history
  • Loading branch information
Raistlfiren committed Jun 15, 2021
1 parent 115e6c9 commit d494e97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM php:7.4-cli
# && pecl install xdebug \
# && docker-php-ext-enable xdebug \
# && apk del .phpize-deps
RUN apt-get update && apt-get install git -y \
RUN apt-get update && apt-get install git zip unzip -y \
&& pecl install xdebug \
&& docker-php-ext-enable xdebug

Expand Down
2 changes: 1 addition & 1 deletion docker/prod/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ FROM php:7.4-cli
# && rm -rf /tmp/* \
# && apk del .phpize-deps

RUN apt-get update && apt-get install git -y
RUN apt-get update && apt-get install git zip unzip -y

COPY . /usr/src/garmin-csv-plan

Expand Down

0 comments on commit d494e97

Please sign in to comment.