1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-08-08 22:46:33 +02:00

fix(docker): simplify build by copying ca-certificates.crt

This commit is contained in:
Karl Skewes
2019-02-02 14:20:20 +13:00
parent 90e6bd278e
commit f289543dc6
8 changed files with 4 additions and 80 deletions

View File

@ -5,7 +5,6 @@ To develop on this project, please fork the repo and clone into your `$GOPATH`.
Dependencies are **not** checked in so please download those separately.
Download the dependencies using [`dep`](https://github.com/golang/dep).
```bash
cd $GOPATH/src/github.com # Create this directory if it doesn't exist
git clone git@github.com:<YOUR_FORK>/oauth2_proxy pusher/oauth2_proxy