jetbrains/symfony/Dockerfile aktualisiert
All checks were successful
Build Jetbrains Distrobox Images / build_act (symfony) (push) Successful in 1m52s
All checks were successful
Build Jetbrains Distrobox Images / build_act (symfony) (push) Successful in 1m52s
This commit is contained in:
parent
07aa0e17f8
commit
cf856a6559
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue