|
@@ -6,7 +6,7 @@ ARG TARGETPLATFORM
|
|
|
|
|
|
RUN apt-get update && apt-get upgrade -y && apt-get -y install build-essential curl ca-certificates devscripts dh-systemd libssl-dev
|
|
|
RUN if test "$TARGETPLATFORM" = "linux/mips64le"; then \
|
|
|
- apt-get install golang; \
|
|
|
+ apt-get install -y golang; \
|
|
|
else \
|
|
|
curl -s -k $go_pkg_url -o go.tar.gz; \
|
|
|
tar -C /usr/local -xzf go.tar.gz; \
|