mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
Fixes #1727
This commit is contained in:
@ -16,7 +16,8 @@ go build -o galah ./cmd/galah
|
||||
EOF
|
||||
#
|
||||
FROM alpine:3.20
|
||||
RUN apk --no-cache -U upgrade
|
||||
RUN apk --no-cache -U upgrade && \
|
||||
apk --no-cache -U add openssl
|
||||
COPY --from=builder /opt/galah/ /opt/galah/
|
||||
#
|
||||
# Start galah
|
||||
|
Reference in New Issue
Block a user