Skip to content
Snippets Groups Projects
Commit 90b90463 authored by Louis's avatar Louis :fire:
Browse files

Add 'ca-certificates' package to apt install

parent 5b5d2a09
No related branches found
No related tags found
No related merge requests found
Pipeline #55 passed with stage
in 5 minutes and 11 seconds
......@@ -3,6 +3,7 @@ FROM ghcr.io/rust-lang/rust:nightly-buster
RUN apt-get update -yqq && \
apt-get upgrade -yqq &&\
apt-get install -yqq --no-install-recommends \
ca-certificates \
build-essential \
g++ \
clang \
......@@ -23,10 +24,11 @@ RUN apt-get update -yqq && \
g++-mingw-w64-x86-64
RUN rustup target add x86_64-pc-windows-gnu
RUN rustup target add wasm32-unknown-unknown
RUN wget https://lab.lcr.gr/microhacks/crunch/-/jobs/artifacts/trunk/raw/target/release/crunch?job=build-linux && \
mv 'crunch?job=build-linux' crunch && \
chmod +x crunch && \
mv crunch /usr/local/bin/crunch
RUN cargo install --locked trunk wasm-bindgen-cli
RUN cargo install --locked trunk
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment