1
0
Fork 0

Add Git and source profile for go

main
Ambrose Chua 2018-03-31 11:33:07 +08:00
parent d9fa23be79
commit 38dd139c04
2 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,8 @@ echo
echo "Installing Caddy $CADDY_VERSION..."
echo
source /etc/profile
git clone https://github.com/mholt/caddy -b "v$CADDY_VERSION" $(go env GOPATH)/src/github.com/mholt/caddy
cd $(go env GOPATH)/src/github.com/mholt/caddy/caddy
go get github.com/caddyserver/builds

View File

@ -9,6 +9,7 @@ COPY . .
# Install tools from source
RUN ./.install/core.sh
RUN ./.install/git.sh
RUN ./.install/zsh.sh
RUN ./.install/neovim.sh
RUN ./.install/golang.sh