This commit is contained in:
JMARyA 2024-09-03 10:47:08 +02:00
parent c41ef4ba88
commit 6d4f96cabb
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
5 changed files with 11 additions and 13 deletions

View file

@ -11,7 +11,7 @@ RUN go build -o chisel main.go
FROM alpine:latest
RUN apk update && apk upgrade && \
apk add --no-cache socat bash
apk add --no-cache bash
COPY --from=builder /chisel/chisel /usr/bin/chisel
COPY ./entrypoint.sh /entrypoint.sh