mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-07 13:03:45 +02:00
echo, not cat
This commit is contained in:
parent
d823725eb6
commit
d569217ff5
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ ARG TARGETPLATFORM
|
||||||
RUN apt-get update && apt-get -y install build-essential curl ca-certificates devscripts dh-systemd libssl-dev
|
RUN apt-get update && apt-get -y install build-essential curl ca-certificates devscripts dh-systemd libssl-dev
|
||||||
|
|
||||||
RUN if test "$TARGETPLATFORM" = "linux/mips64le"; then \
|
RUN if test "$TARGETPLATFORM" = "linux/mips64le"; then \
|
||||||
cat "deb http://deb.debian.org/debian buster-backports main" > /etc/apt/sources.list.d/backports.list; \
|
echo "deb http://deb.debian.org/debian stretch-backports main" > /etc/apt/sources.list.d/backports.list; \
|
||||||
apt-get update; \
|
apt-get update; \
|
||||||
apt-get install -y golang; \
|
apt-get install -y golang; \
|
||||||
else \
|
else \
|
||||||
|
|
Loading…
Add table
Reference in a new issue