add ls for debugging purposes
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Steven Polley 2020-10-04 13:24:01 -06:00
parent 2e4428392a
commit def813fe4f
1 changed files with 1 additions and 0 deletions

View File

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