wrong arch for armhf to install docker

pull/1/head
thelamer 2019-06-02 18:51:29 -07:00
rodzic 0a6dd59b1e
commit 2cbd59dfc2
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -49,7 +49,7 @@ RUN \
curl -s \
https://download.docker.com/linux/debian/gpg | \
apt-key add - && \
echo 'deb [arch=arm64] https://download.docker.com/linux/ubuntu bionic stable' > \
echo 'deb [arch=armhf] https://download.docker.com/linux/ubuntu bionic stable' > \
/etc/apt/sources.list.d/docker-ce.list && \
apt-get update && \
apt-get install -y --no-install-recommends \