diff --git a/Dockerfile b/Dockerfile index ae2bf6b..9e849bd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -94,7 +94,7 @@ ARG SYMFONY_VERSION="" ENV SYMFONY_VERSION ${SYMFONY_VERSION} # Download the Symfony skeleton and leverage Docker cache layers -RUN composer create-project "symfony/skeleton ${SYMFONY_VERSION}" . --stability=$STABILITY --prefer-dist --no-dev --no-progress --no-interaction; \ +RUN composer create-project "${SKELETON} ${SYMFONY_VERSION}" . --stability=$STABILITY --prefer-dist --no-dev --no-progress --no-interaction; \ composer clear-cache ###> recipes ###