We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97e8e67 commit fb2b639Copy full SHA for fb2b639
1 file changed
containers/build-or-download-cvmfs-debs.sh
@@ -18,7 +18,7 @@ os="${distro}${release}"
18
19
if [ "$arch" = "riscv64" ] || [ "${os}" = "debian13" ]
20
then
21
- apt-get install -y devscripts libfuse3-dev cmake cpio libcap-dev libssl-dev libfuse-dev pkg-config libattr1-dev python3-dev python3-setuptools python3-dev python3-setuptools uuid-dev libz-dev lsb-release
+ apt-get install -y devscripts libfuse3-dev cmake cpio golang libcap-dev libssl-dev libfuse-dev pkg-config libattr1-dev python3-dev python3-setuptools python3-dev python3-setuptools uuid-dev libz-dev lsb-release
22
cd /tmp
23
wget https://github.com/cvmfs/cvmfs/archive/refs/tags/cvmfs-${cvmfsversion}.tar.gz
24
tar xzf cvmfs-${cvmfsversion}.tar.gz
0 commit comments