bugfix: Remove microdnf cache

This commit is contained in:
jamesread 2022-10-19 15:12:42 +01:00
parent 08a1ac2591
commit 5424aff946
1 changed files with 3 additions and 3 deletions

View File

@ -1,12 +1,12 @@
FROM --platform=linux/amd64 registry.fedoraproject.org/fedora-minimal:36-x86_64
RUN mkdir -p /config /var/www/olivetin \
&& \
microdnf install -y --nodocs --noplugins --setopt=keepcache=0 --setopt=install_weak_deps=0 \
&& microdnf install -y --nodocs --noplugins --setopt=keepcache=0 --setopt=install_weak_deps=0 \
iputils \
openssh-clients \
shadow-utils \
docker
docker \
&& microdnf clean all
RUN useradd --system --create-home olivetin -u 1000