update build process

This commit is contained in:
Nicholas Orlowsky 2023-10-20 00:45:20 -04:00
parent dea773366e
commit b28891adb5
No known key found for this signature in database
GPG key ID: BE7DF0188A405E2B
6 changed files with 87 additions and 10 deletions

View file

@ -1,6 +1,6 @@
FROM alpine as build-env
RUN apk add --no-cache build-base
RUN apk add --no-cache build-base python3
COPY ./src/ .
RUN make build-release