Skip to content

Commit 476b066

Browse files
committed
fix: make sure scripts are symlinked to PATH.
1 parent 809e467 commit 476b066

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
FROM alpine:latest
22
RUN apk add --no-cache pipx
33
RUN pipx install linode-cli
4+
RUN ln -s /root/.local/bin/* /usr/local/bin/
45
ENTRYPOINT ["sh"]

0 commit comments

Comments
 (0)