Fix docker build

This commit is contained in:
Clémentine Urquizar 2021-06-24 16:45:51 +02:00
parent b6ca7929eb
commit b1f7fe24f6
No known key found for this signature in database
GPG Key ID: D8E7CC7422E77E1A
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ FROM alpine:3.10 AS compiler
RUN apk update --quiet
RUN apk add curl
RUN apk add build-base
RUN apk add libressl-dev
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y