Fix: add curl
All checks were successful
continuous-integration/drone/tag Build is passing

This commit is contained in:
Dorian Zedler 2023-02-16 20:32:51 +01:00
parent 83b8dcc7cf
commit 70d701b2ee
Signed by: dorian
GPG key ID: 989DE36109AFA354

View file

@ -1,3 +1,4 @@
FROM rust:1.64.0-alpine3.16
RUN curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
RUN apk add curl && \
curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh