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

This commit is contained in:
Dorian Zedler 2023-02-16 21:16:30 +01:00
parent 70d701b2ee
commit 84d6fd2fd4
Signed by: dorian
GPG key ID: 989DE36109AFA354
2 changed files with 1 additions and 8 deletions

View file

@ -14,13 +14,6 @@ steps:
password: password:
from_secret: docker_password from_secret: docker_password
- name: release
image: plugins/gitea-release
settings:
base_url: https://itsblue.dev
api_key:
from_secret: docker_password
trigger: trigger:
ref: ref:
- refs/tags/v* - refs/tags/v*

View file

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