Skip to content

Commit 1974120

Browse files
authored
feat(docker): Make scw resolvable in container (#5330)
1 parent b82ddce commit 1974120

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)