Skip to content

Commit 8b160df

Browse files
Update Dockerfile
1 parent e4d3a3b commit 8b160df

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.devcontainer/Dockerfile

-2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,4 @@ RUN dpkg -i engel-toolchain-cube3210-i686_1.26.0+rc1_amd64.deb
1818

1919
COPY toolchain.cmake /opt/x-tools/
2020

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-
2321
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

Comments
 (0)