diff --git a/jetbrains/symfony/Dockerfile b/jetbrains/symfony/Dockerfile index da5fde6..4bc290d 100644 --- a/jetbrains/symfony/Dockerfile +++ b/jetbrains/symfony/Dockerfile @@ -9,6 +9,7 @@ RUN curl -1sLf 'https://dl.cloudsmith.io/public/symfony/stable/setup.rpm.sh' | b && dnf install -y \ $JETBRAINS_DEPENDENCIES \ php \ + screen \ composer \ php-pdo \ php-mysqlnd \ @@ -16,6 +17,7 @@ RUN curl -1sLf 'https://dl.cloudsmith.io/public/symfony/stable/setup.rpm.sh' | b && dnf clean all # Link outside tooling +RUN alias docker="podman" RUN ln -s /usr/bin/distrobox-host-exec /usr/local/bin/podman # Command to run on container start