Symfony/Dockerfile aktualisiert
All checks were successful
Build Symfony Devcontainer / build_act (push) Successful in 1m33s
All checks were successful
Build Symfony Devcontainer / build_act (push) Successful in 1m33s
This commit is contained in:
parent
0a55b59513
commit
4c2cfd8d3f
1 changed files with 0 additions and 4 deletions
|
@ -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 curl -1sLf 'https://dl.cloudsmith.io/public/symfony/stable/setup.rpm.sh' | sudo -E bash
|
||||||
|
|
||||||
RUN dnf install -y \
|
RUN dnf install -y \
|
||||||
git \
|
|
||||||
php \
|
php \
|
||||||
composer \
|
composer \
|
||||||
php-pdo \
|
php-pdo \
|
||||||
|
@ -14,9 +13,6 @@ RUN dnf install -y \
|
||||||
jq \
|
jq \
|
||||||
fzf \
|
fzf \
|
||||||
screen \
|
screen \
|
||||||
sed \
|
|
||||||
awk \
|
|
||||||
cut \
|
|
||||||
highlight \
|
highlight \
|
||||||
&& dnf clean all
|
&& dnf clean all
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue