Symfony/Dockerfile aktualisiert
All checks were successful
Build Symfony Devcontainer / build_act (push) Successful in 1m33s

This commit is contained in:
Snoweuph 2024-07-27 18:30:35 +00:00
parent 0a55b59513
commit 4c2cfd8d3f

View file

@ -4,7 +4,6 @@ FROM registry.fedoraproject.org/fedora-toolbox:latest
RUN curl -1sLf 'https://dl.cloudsmith.io/public/symfony/stable/setup.rpm.sh' | sudo -E bash
RUN dnf install -y \
git \
php \
composer \
php-pdo \
@ -14,9 +13,6 @@ RUN dnf install -y \
jq \
fzf \
screen \
sed \
awk \
cut \
highlight \
&& dnf clean all