Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroenherczeg committed Jul 27, 2020
1 parent 010d9bf commit 469cf1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM php:7.4-cli

RUN apt-get update && \
apt-get install -y \
zlib1g-dev
libzip-dev

RUN docker-php-ext-install zip

Expand Down

0 comments on commit 469cf1c

Please sign in to comment.