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 0f960e5 commit 010d9bf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
@@ -1,5 +1,9 @@
FROM php:7.4-cli

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

RUN docker-php-ext-install zip

COPY . .
Expand Down

0 comments on commit 010d9bf

Please sign in to comment.