fix
This commit is contained in:
parent
c41ef4ba88
commit
6d4f96cabb
5 changed files with 11 additions and 13 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue