Skip to content

Commit

Permalink
add zip for composer dependencies extraction
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelcom committed Jan 25, 2021
1 parent 10e6ad1 commit e07343b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/Dockerfile
@@ -1,7 +1,7 @@
FROM splitbrain/phpfarm:jessie

RUN apt-get update \
&& apt-get -y install wget
&& apt-get -y install wget zip

COPY --from=composer:latest /usr/bin/composer /usr/bin/composer
COPY . /var/www/
Expand Down

0 comments on commit e07343b

Please sign in to comment.