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