Archived
1
0

refactor: remove debian10 and references

This commit is contained in:
Joe Previte
2021-04-14 16:18:29 -07:00
parent ddae4056e4
commit 638b2d5dd5
2 changed files with 0 additions and 50 deletions

View File

@ -15,7 +15,6 @@ RUN npm config set python python2
RUN yum install -y epel-release && yum install -y jq
RUN yum install -y rsync
# Copied from ../debian10/Dockerfile
# Install Go.
RUN ARCH="$(uname -m | sed 's/x86_64/amd64/; s/aarch64/arm64/')" && \
curl -fsSL "https://dl.google.com/go/go1.14.3.linux-$ARCH.tar.gz" | tar -C /usr/local -xz