diff --git a/containers/php/Containerfile b/containers/php/Containerfile index e97378f..c76be99 100644 --- a/containers/php/Containerfile +++ b/containers/php/Containerfile @@ -3,7 +3,7 @@ FROM job79/fedora:${TAG} USER root RUN --mount=type=cache,id=dnf-cache,target=/var/cache/libdnf5 \ - dnf -y --setopt=keepcache=1 install php composer \ + dnf -y --setopt=keepcache=1 install php composer && \ curl -sS https://get.symfony.com/cli/installer | bash USER user