Skip to content

Commit d011329

Browse files
agarovjremy42
authored andcommitted
feat(docker): Make scw resolvable in container (#5330)
1 parent 82eb2cd commit d011329

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,5 @@ FROM alpine:3.23
2727
WORKDIR /
2828
RUN apk update && apk add --no-cache bash ca-certificates openssh-client && update-ca-certificates
2929
COPY --from=builder /go/src/github.com/scaleway/scaleway-cli/scw .
30+
RUN ln -s /scw /usr/local/bin/scw
3031
ENTRYPOINT ["/scw"]

0 commit comments

Comments
 (0)