jetbrains/symfony/Dockerfile aktualisiert
All checks were successful
Build Jetbrains Distrobox Images / build_act (symfony) (push) Successful in 1m52s

This commit is contained in:
Snoweuph 2024-07-27 22:00:57 +00:00
parent 07aa0e17f8
commit cf856a6559

View file

@ -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