add composer to build step

This commit is contained in:
Sebastian Hugentobler 2021-08-24 11:34:53 +02:00
parent f7fb00ef78
commit 95153c1169
Signed by: shu
GPG Key ID: BB32CF3CA052C2F0

View File

@ -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 /