We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0ccdbf commit 77a716fCopy full SHA for 77a716f
1 file changed
package/Dockerfile
@@ -47,7 +47,7 @@ RUN zypper addrepo --refresh https://download.opensuse.org/repositories/system:/
47
zypper --gpg-auto-import-keys ref
48
49
# RUN microdnf install -y nano tar lsof e2fsprogs fuse-libs libss libblkid userspace-rcu dbus-x11 rpcbind hostname nfs-utils xfsprogs jemalloc libnfsidmap && microdnf clean all
50
-RUN zypper -n install rpcbind hostname libblkid1 liburcu6 dbus-1-x11 dbus-1 nfsidmap-devel nfs-kernel-server nfs-client nfs4-acl-tools xfsprogs e2fsprogs && \
+RUN zypper -n install rpcbind hostname libblkid1 liburcu6 dbus-1-x11 dbus-1 nfsidmap-devel nfs-kernel-server nfs-client nfs4-acl-tools xfsprogs e2fsprogs awk && \
51
rm -rf /var/cache/zypp/*
52
53
RUN mkdir -p /var/run/dbus && mkdir -p /export
0 commit comments