mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-10 06:52:40 +01:00
update oauth2-proxy
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
@@ -22,6 +22,7 @@ RUN buildDeps=' \
|
|||||||
&& go get github.com/bitly/oauth2_proxy \
|
&& go get github.com/bitly/oauth2_proxy \
|
||||||
&& cd /go/src/github.com/bitly/oauth2_proxy \
|
&& cd /go/src/github.com/bitly/oauth2_proxy \
|
||||||
&& git checkout "${OAUTH2_VERSION}" \
|
&& git checkout "${OAUTH2_VERSION}" \
|
||||||
|
&& go get -d github.com/bitly/oauth2_proxy \
|
||||||
&& go build \
|
&& go build \
|
||||||
&& mv oauth2_proxy /usr/bin/ \
|
&& mv oauth2_proxy /usr/bin/ \
|
||||||
&& apk del $buildDeps \
|
&& apk del $buildDeps \
|
||||||
|
|||||||
Reference in New Issue
Block a user