Skip to content

Commit e1f147a

Browse files
committed
Add squashfs
1 parent b0f7c39 commit e1f147a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

containers/Dockerfile.EESSI-client-rocky8

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ARG cvmfsversion
2424
COPY --from=prepare-rpm /root/rpmbuild/RPMS /root/rpmbuild/RPMS
2525
COPY --from=build-fuse-overlayfs /usr/local/bin/fuse-overlayfs /usr/local/bin/fuse-overlayfs
2626

27-
RUN yum install -y sudo vim openssh-clients lsof strace
27+
RUN yum install -y sudo vim openssh-clients lsof strace squashfs-tools
2828
RUN elversion="$(rpm -q --queryformat '%{RELEASE}' rpm | cut -d '.' -f 2)" \
2929
&& yum install -y /root/rpmbuild/RPMS/$(uname -m)/cvmfs-${cvmfsversion}-1.${elversion}.$(uname -m).rpm \
3030
/root/rpmbuild/RPMS/$(uname -m)/cvmfs-fuse3-${cvmfsversion}-1.${elversion}.$(uname -m).rpm \

0 commit comments

Comments
 (0)