We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 809e467 commit 476b066Copy full SHA for 476b066
Dockerfile
@@ -1,4 +1,5 @@
1
FROM alpine:latest
2
RUN apk add --no-cache pipx
3
RUN pipx install linode-cli
4
+RUN ln -s /root/.local/bin/* /usr/local/bin/
5
ENTRYPOINT ["sh"]
0 commit comments