This commit is contained in:
t3chn0m4g3
2022-03-05 00:50:47 +00:00
parent 075551d218
commit 02d4d79a60
7 changed files with 19 additions and 16 deletions

View File

@ -1,11 +1,12 @@
FROM alpine:3.15
#
# Include dist
ADD dist/ /root/dist/
COPY dist/ /root/dist/
#
# Setup apt
RUN apk -U add \
RUN apk --no-cache -U add \
build-base \
cython \
file \
git \
libev \