From 181054bd761019c9a030e5376e3371bd2318f4a5 Mon Sep 17 00:00:00 2001 From: Snoweuph Date: Sat, 27 Jul 2024 18:45:19 +0000 Subject: [PATCH] Symfony/Dockerfile aktualisiert --- Symfony/Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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