add composer to build step
This commit is contained in:
parent
f7fb00ef78
commit
95153c1169
@ -31,7 +31,6 @@ RUN tar xzf roundcubemail-$VERSION-complete.tar.gz -C /var/lib/roundcube --strip
|
|||||||
|
|
||||||
FROM thallian/php8-fpm:latest
|
FROM thallian/php8-fpm:latest
|
||||||
|
|
||||||
COPY --from=builder --chown=nginx:nginx /var/lib/roundcube /var/lib/roundcube
|
|
||||||
|
|
||||||
RUN apk add --no-cache \
|
RUN apk add --no-cache \
|
||||||
openssl \
|
openssl \
|
||||||
@ -68,7 +67,7 @@ RUN apk add --no-cache \
|
|||||||
php8-xml \
|
php8-xml \
|
||||||
php8-dom
|
php8-dom
|
||||||
|
|
||||||
WORKDIR /
|
COPY --from=builder --chown=nginx:nginx /var/lib/roundcube /var/lib/roundcube
|
||||||
|
|
||||||
ADD /rootfs /
|
ADD /rootfs /
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user