Skip to content

Commit

Permalink
Explicitly install libjson-c5 in bci-base:15.6
Browse files Browse the repository at this point in the history
Longhorn 8166

Signed-off-by: Eric Weber <eric.weber@suse.com>
  • Loading branch information
ejweber committed Mar 12, 2024
1 parent 6ebe9e0 commit bc089e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ RUN zypper addrepo --refresh https://download.opensuse.org/repositories/system:/
zypper --gpg-auto-import-keys ref

# 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
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 && \
RUN zypper -n install rpcbind hostname libblkid1 liburcu6 libjson-c5 dbus-1-x11 dbus-1 nfsidmap-devel nfs-kernel-server nfs-client nfs4-acl-tools xfsprogs e2fsprogs awk && \

Check warning on line 48 in package/Dockerfile

View check run for this annotation

codefactor.io / CodeFactor

package/Dockerfile#L48

`zypper clean` missing after zypper use. (DL3036)

Check warning on line 48 in package/Dockerfile

View check run for this annotation

codefactor.io / CodeFactor

package/Dockerfile#L48

Specify version with `zypper install -y <package>=<version>`. (DL3037)
rm -rf /var/cache/zypp/*

RUN mkdir -p /var/run/dbus && mkdir -p /export
Expand Down

0 comments on commit bc089e0

Please sign in to comment.