Closed chalstrick closed 1 year ago
Goes into the right direction. However, as we discussed, please rather try to take the suggestions of https://github.com/docker-library/official-images#multiple-architectures, especially the dpkg --print-architecture one like in https://github.com/docker-library/golang/blob/b879b60a7d94128c8fb5aea763cf31772495511d/1.16/buster/Dockerfile#L24-L68 for figuring out the actual platform and selecting the deb repository.
dpkg --print-architecture
Goes into the right direction. However, as we discussed, please rather try to take the suggestions of https://github.com/docker-library/official-images#multiple-architectures, especially the
dpkg --print-architecture
one like in https://github.com/docker-library/golang/blob/b879b60a7d94128c8fb5aea763cf31772495511d/1.16/buster/Dockerfile#L24-L68 for figuring out the actual platform and selecting the deb repository.