Fix: add musl
continuous-integration/drone/tag Build is passing Details

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:
from_secret: docker_password
- name: release
image: plugins/gitea-release
settings:
base_url: https://itsblue.dev
api_key:
from_secret: docker_password
trigger:
ref:
- refs/tags/v*

View File

@ -1,4 +1,4 @@
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