Skip to content
Snippets Groups Projects
Verified Commit 644538e8 authored by Louis's avatar Louis :fire:
Browse files

Update Dockerfile

parent 0c51b19e
No related branches found
No related tags found
No related merge requests found
...@@ -5,8 +5,7 @@ ENV RUSTUP_HOME=/usr/local/rustup \ ...@@ -5,8 +5,7 @@ ENV RUSTUP_HOME=/usr/local/rustup \
CARGO_HOME=/usr/local/cargo \ CARGO_HOME=/usr/local/cargo \
PATH=/usr/local/cargo/bin:$PATH PATH=/usr/local/cargo/bin:$PATH
RUN set -eux; \ RUN apt-get update; \
apt-get update; \
apt-get install -y --no-install-recommends \ apt-get install -y --no-install-recommends \
ca-certificates \ ca-certificates \
gcc \ gcc \
......
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