Remove vim
This commit is contained in:
parent
f487987dd1
commit
729c40b48d
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ ENV BUILDAH_ISOLATION=chroot
|
|||
ENV HOME=/builder
|
||||
ENV REGISTRY_AUTH_FILE=/builder/.config/containers/auth.json
|
||||
|
||||
RUN dnf5 -y --setopt install_weak_deps=false install podman buildah skopeo vim setpriv git-core nodejs22 diffutils gawk
|
||||
RUN dnf5 -y --setopt install_weak_deps=false install podman buildah skopeo setpriv git-core nodejs22 diffutils gawk
|
||||
|
||||
RUN echo "nobody:65536:65536" > /etc/subuid && echo "nobody:65536:65536" > /etc/subgid
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue