We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c93ed28 commit e3854c8Copy full SHA for e3854c8
containers/build-or-download-cvmfs-debs.sh
@@ -5,7 +5,7 @@ apt-get update
5
apt-get install -y wget
6
if [ "$arch" = "ppc64el" ] || [ "$arch" = "arm64" ]
7
then
8
- apt-get install -y devscripts libfuse3-dev cmake cpio libcap-dev libssl-dev libfuse-dev pkg-config libattr1-dev python-dev python-setuptools python3-setuptools uuid-dev valgrind libz-dev lsb-release
+ apt-get install -y devscripts libfuse3-dev cmake cpio libcap-dev libssl-dev libfuse-dev pkg-config libattr1-dev python3-dev python3-setuptools uuid-dev valgrind libz-dev lsb-release
9
cd /tmp
10
wget https://github.com/cvmfs/cvmfs/archive/refs/tags/cvmfs-${cvmfsversion}.tar.gz
11
tar xzf cvmfs-${cvmfsversion}.tar.gz
0 commit comments