Import Dockerfile and add musl-dev

This commit is contained in:
Nils Freydank 2024-01-21 16:11:21 +01:00
parent ad8167397f
commit 863dce6b55
Signed by: nfr
GPG Key ID: 0F1DEAB2D36AD112
1 changed files with 2 additions and 0 deletions

2
Dockerfile Normal file
View File

@ -0,0 +1,2 @@
FROM alpine:3.19
RUN apk upgrade && apk add gcc musl-dev