diff --git a/Symfony/Dockerfile b/Symfony/Dockerfile index 798517c..a16414f 100644 --- a/Symfony/Dockerfile +++ b/Symfony/Dockerfile @@ -1,7 +1,7 @@ -FROM registry.fedoraproject.org/fedora-toolbox:latest +FROM registry.fedoraproject.org/fedora-minimal:latest # Add Symfony CLI Source -RUN curl -1sLf 'https://dl.cloudsmith.io/public/symfony/stable/setup.rpm.sh' | sudo -E bash +RUN curl -1sLf 'https://dl.cloudsmith.io/public/symfony/stable/setup.rpm.sh' | bash RUN dnf install -y \ php \ @@ -18,3 +18,4 @@ RUN dnf install -y \ # Install Volta RUN curl https://get.volta.sh | bash +ENV PATH="/root/.volta/bin:${PATH}" \ No newline at end of file