Fix EOF error when building in dockerfile
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Steven Polley 2024-04-14 08:43:27 -06:00
parent 54159e2e5e
commit 42e5679570

View File

@ -13,5 +13,4 @@ RUN apt update -y && \
RUN wget https://go.dev/dl/go1.22.2.linux-amd64.tar.gz && \
rm -rf /usr/local/go && tar -C /usr/local -xzf go1.22.2.linux-amd64.tar.gz && \
rm -rf *.tar.gz && \
echo "export PATH=$PATH:/usr/local/go/bin" >> /root/.profile && source /root/.profile && \
echo "export PATH=$PATH:/usr/local/go/bin" >> /root/.profile && source /root/.profile