Fix Dockerfile (#151)

This commit is contained in:
Stefan M. 2025-01-10 19:31:56 +01:00 committed by GitHub
parent baa42d0f7b
commit b23beb98a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
FROM rust:alpine as builder
FROM rust:alpine AS builder
WORKDIR /home/rust/src
RUN apk --no-cache add musl-dev
COPY . .