Update 'Dockerfile'
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Samuel Philipp 2022-09-24 23:46:54 +00:00
parent c088b15030
commit 67f9723f0e

View file

@ -1,6 +1,6 @@
FROM rust:alpine AS builder
RUN apk add python3 musl-dev pkgconfig openssl-dev make
RUN apk add python3 musl-dev pkgconfig openssl-dev make git
ENV RUSTFLAGS="-C target-feature=-crt-static"