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.
2 parents e1b83e8 + 7f62913 commit 345a7efCopy full SHA for 345a7ef
dockerfiles/seqcli/linux-arm64.Dockerfile
@@ -1,6 +1,6 @@
1
# based on: https://github.com/dotnet/dotnet-docker/blob/master/2.0/runtime-deps/jessie/amd64/Dockerfile
2
3
-FROM --platform=linux/arm64 ubuntu:20.04
+FROM --platform=linux/arm/v8 ubuntu:20.04
4
5
RUN apt-get update \
6
&& apt-get install -y --no-install-recommends \
0 commit comments