Skip to content
Snippets Groups Projects

chore: spack-v0.22.1

Merged Wouter Deconinck requested to merge spack-v0.22.1 into master
1 file
+ 3
1
Compare changes
  • Side-by-side
  • Inline
@@ -131,7 +131,9 @@ spack repo add --scope site "${KEY4HEPSPACK_ROOT}"
EOF
## Workaround for xrootd server, https://github.com/xrootd/xrootd/issues/2295
ADD https://spaces.at.internet2.edu/download/attachments/24576265/InCommon%20RSA%20Server%20CA%202.pem?api=v2 /etc/ssl/certs/InCommon\ RSA\ Server\ CA\ 2.pem
ADD https://spaces.at.internet2.edu/download/attachments/24576265/InCommon%20RSA%20Server%20CA%202.pem?api=v2 /usr/local/share/ca-certificates/InCommon\ RSA\ Server\ CA\ 2.pem
RUN openssl x509 -outform der -in /usr/local/share/ca-certificates/InCommon\ RSA\ Server\ CA\ 2.pem -out /usr/local/share/ca-certificates/InCommon\ RSA\ Server\ CA\ 2.crt
RUN update-ca-certificates
## ========================================================================================
## STAGE1: builder
Loading