Skip to content

Commit 77a716f

Browse files
derekbitinnobead
authored andcommitted
Add awk into image
Longhorn 4035 Signed-off-by: Derek Su <derek.su@suse.com>
1 parent b0ccdbf commit 77a716f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ RUN zypper addrepo --refresh https://download.opensuse.org/repositories/system:/
4747
zypper --gpg-auto-import-keys ref
4848

4949
# 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 && \
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 awk && \
5151
rm -rf /var/cache/zypp/*
5252

5353
RUN mkdir -p /var/run/dbus && mkdir -p /export

0 commit comments

Comments
 (0)