mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
tweaking, cleanup
This commit is contained in:
@ -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++ \
|
||||
|
Reference in New Issue
Block a user