map server tweaking

This commit is contained in:
t3chn0m4g3
2022-02-12 01:04:02 +00:00
parent 1f610b84d7
commit 6fed549f58
6 changed files with 73 additions and 28 deletions

View File

@ -1,5 +1,8 @@
FROM alpine:3.15
#
# Include dist
#ADD dist/ /root/dist/
#
# Install packages
RUN apk -U add \
build-base \