We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab27e95 commit bb7c9e1Copy full SHA for bb7c9e1
.devcontainer/Dockerfile
@@ -61,7 +61,7 @@ RUN apt-get -y install \
61
software-properties-common && \
62
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add - && \
63
add-apt-repository \
64
- "deb [arch=amd64] https://download.docker.com/linux/ubuntu \
+ "deb [arch=$(dpkg --print-architecture)] https://download.docker.com/linux/ubuntu \
65
$(lsb_release -cs) \
66
stable" && \
67
apt-get update -y && \
0 commit comments