We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d544935 commit 62898fdCopy full SHA for 62898fd
Dockerfile
@@ -1,3 +1,7 @@
1
-FROM scratch
2
-COPY saml-auth-proxy /
3
-ENTRYPOINT ["/saml-auth-proxy"]
+FROM alpine:3.9
+
+RUN apk add --no-cache -U \
4
+ ca-certificates
5
6
+COPY saml-auth-proxy /usr/bin
7
+ENTRYPOINT ["/usr/bin/saml-auth-proxy"]
0 commit comments