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 6960d29 commit eaaf876Copy full SHA for eaaf876
Dockerfile-muiti-architecture
@@ -60,8 +60,6 @@ COPY --from=builder /usr/local/src/dex/api/v2/go.mod /usr/local/src/dex/api/v2/g
60
COPY --from=builder /go/bin/dex /usr/local/bin/dex
61
COPY --from=builder /usr/local/src/dex/web /srv/dex/web
62
63
-#COPY --from=gomplate /usr/local/bin/gomplate-${TARGETARCH} /usr/local/bin/gomplate
64
-#RUN chmod +x bins/gomplate-${TARGETARCH}
65
COPY bins/gomplate-${TARGETARCH} /usr/local/bin/gomplate
66
RUN chmod +x /usr/local/bin/gomplate
67
0 commit comments