We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ac6365 commit 1addc08Copy full SHA for 1addc08
1 file changed
Dockerfile
@@ -1,6 +1,9 @@
1
# Use Alpine as the runtime image
2
FROM alpine:latest
3
4
+# Do not store login information in the container
5
+ENV PINGCLI_LOGIN_STORAGE_TYPE=none
6
+
7
# Copy in repo
8
COPY pingcli /usr/local/bin/
9
0 commit comments