wrong arch for docker repos

This commit is contained in:
thelamer 2020-02-22 22:54:17 -08:00
parent ed2a25c4ff
commit b90cc4b604

View File

@ -91,7 +91,7 @@ RUN \
rm /xrdp.deb && \
echo "**** install docker ****" && \
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add - && \
add-apt-repository "deb [arch=arm] https://download.docker.com/linux/ubuntu bionic stable" && \
add-apt-repository "deb [arch=armhf] https://download.docker.com/linux/ubuntu bionic stable" && \
apt-get update && \
apt-get install -y --no-install-recommends \
docker-ce-cli && \