Skip to content

Commit 3b611e7

Browse files
ss-oCopilot
andauthored
Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Sall <59910950+ss-o@users.noreply.github.com>
1 parent 61b85f9 commit 3b611e7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docker/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ RUN set -ex \
4747
armv6l|armv7l) GOARCH="armv6l" ;; \
4848
*) echo "Unsupported arch: $ARCH" && exit 1 ;; \
4949
esac \
50+
&& rm -rf /usr/local/go \
5051
&& GO_TARBALL="go${GO_VERSION}.linux-${GOARCH}.tar.gz" \
5152
&& rm -rf /usr/local/go \
5253
&& curl -fsSL "https://go.dev/dl/${GO_TARBALL}" -o "/tmp/${GO_TARBALL}" \

0 commit comments

Comments
 (0)