Curl wasn't following redirect to this url
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Steven Polley 2020-10-04 13:27:08 -06:00
parent def813fe4f
commit e0d486812d
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
FROM codercom/code-server:latest
# Install Go
RUN curl -O https://golang.org/dl/go1.15.2.linux-amd64.tar.gz && \
RUN curl -O https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz && \
ls -la && \
tar xvfz go1.15.2.linux-amd64.tar.gz && \
chown -R root:root ./go && \