Skip to content

Commit bb7c9e1

Browse files
committed
Replace hardcoded arm64 by auto detected architecture
Signed-off-by: Bernd.Rederlechner@t-systems.com <bernd.rederlechner@t-systems.com>
1 parent ab27e95 commit bb7c9e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ RUN apt-get -y install \
6161
software-properties-common && \
6262
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add - && \
6363
add-apt-repository \
64-
"deb [arch=amd64] https://download.docker.com/linux/ubuntu \
64+
"deb [arch=$(dpkg --print-architecture)] https://download.docker.com/linux/ubuntu \
6565
$(lsb_release -cs) \
6666
stable" && \
6767
apt-get update -y && \

0 commit comments

Comments
 (0)