Skip to content

Commit 0b412b2

Browse files
author
Vincent Faliès
committed
Update from EnvDevPHPBase
1 parent a6345f1 commit 0b412b2

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

Dockerfile

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
1-
FROM vfac/envdevphpbase:7.2-alpine
1+
FROM vfac/envdevphpbase:7.2-alpine-cli
22
LABEL maintainer="Vincent Faliès <vincent@vfac.fr>"
33

44
COPY composer.json /php7checker/composer.json
5+
6+
USER root
7+
RUN chown -R vfac:vfac /php7checker
8+
9+
USER vfac
510
RUN cd /php7checker \
6-
&& composer update --lock
11+
&& composer install
712

813
WORKDIR /app
914

0 commit comments

Comments
 (0)