We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4d3a3b commit 8b160dfCopy full SHA for 8b160df
.devcontainer/Dockerfile
@@ -18,6 +18,4 @@ RUN dpkg -i engel-toolchain-cube3210-i686_1.26.0+rc1_amd64.deb
18
19
COPY toolchain.cmake /opt/x-tools/
20
21
-RUN curl -s http://crl.engelglobal.com/crl/engel.ca_certificates.pem.txt | egrep -v "(^#.*|^$)" | xargs -I % curl -Z -s -o /usr/local/share/ca-certificates/% http://crl.engelglobal.com/crl/% && update-ca-certificates
22
-
23
RUN curl -s https://cmake.org/files/v3.31/cmake-3.31.5-linux-x86_64.tar.gz | tar --strip-components=1 -xz -C /usr/local
0 commit comments