From 95153c1169ecb0643a8a20235e5581849637ef7a Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Tue, 24 Aug 2021 11:34:53 +0200 Subject: [PATCH] add composer to build step --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index a720bf8..e516978 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,7 +31,6 @@ RUN tar xzf roundcubemail-$VERSION-complete.tar.gz -C /var/lib/roundcube --strip FROM thallian/php8-fpm:latest -COPY --from=builder --chown=nginx:nginx /var/lib/roundcube /var/lib/roundcube RUN apk add --no-cache \ openssl \ @@ -68,7 +67,7 @@ RUN apk add --no-cache \ php8-xml \ php8-dom -WORKDIR / +COPY --from=builder --chown=nginx:nginx /var/lib/roundcube /var/lib/roundcube ADD /rootfs /