refactor: remove git perl dependencies
All checks were successful
Build containers / changes (push) Successful in 3s
Build containers / base-image (push) Successful in 45s
Build containers / dependent-images (go) (push) Successful in 19s
Build containers / dependent-images (php) (push) Successful in 22s
Build containers / dependent-images (infra) (push) Successful in 49s
All checks were successful
Build containers / changes (push) Successful in 3s
Build containers / base-image (push) Successful in 45s
Build containers / dependent-images (go) (push) Successful in 19s
Build containers / dependent-images (php) (push) Successful in 22s
Build containers / dependent-images (infra) (push) Successful in 49s
This commit is contained in:
@@ -4,7 +4,7 @@ FROM quay.io/fedora/fedora:44
|
|||||||
RUN --mount=type=cache,id=dnf-cache,target=/var/cache/libdnf5 \
|
RUN --mount=type=cache,id=dnf-cache,target=/var/cache/libdnf5 \
|
||||||
dnf update -y && \
|
dnf update -y && \
|
||||||
dnf -y --setopt=keepcache=1 --setopt=install_weak_deps=False install \
|
dnf -y --setopt=keepcache=1 --setopt=install_weak_deps=False install \
|
||||||
bash-completion git fzf curl awk jq fd-find unzip which \
|
bash-completion git-core fzf curl awk jq fd-find unzip which \
|
||||||
host-spawn dbus-launch \
|
host-spawn dbus-launch \
|
||||||
npm wl-copy gcc
|
npm wl-copy gcc
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user