Skip to content

Commit e3854c8

Browse files
committed
only install python3
1 parent c93ed28 commit e3854c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

containers/build-or-download-cvmfs-debs.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ apt-get update
55
apt-get install -y wget
66
if [ "$arch" = "ppc64el" ] || [ "$arch" = "arm64" ]
77
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
8+
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
99
cd /tmp
1010
wget https://github.com/cvmfs/cvmfs/archive/refs/tags/cvmfs-${cvmfsversion}.tar.gz
1111
tar xzf cvmfs-${cvmfsversion}.tar.gz

0 commit comments

Comments
 (0)