tweaking, cleanup

This commit is contained in:
t3chn0m4g3
2024-12-05 21:12:18 +01:00
parent 2b3a45c800
commit 7f2667cea8
22 changed files with 64 additions and 156 deletions

View File

@ -4,7 +4,8 @@ FROM golang:1.23-alpine AS builder
COPY dist/ /root/dist/
#
# Setup apk
RUN apk -U --no-cache add \
RUN apk --no-cache -U upgrade && \
apk -U --no-cache add \
make \
git \
g++ \