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 7570c2a commit 7e7307aCopy full SHA for 7e7307a
contrib/Dockerfile_bullseye
@@ -7,7 +7,7 @@ FROM debian:bullseye@sha256:01559430c84e6bc864bed554345d1bfbfa94ac108ab68f39915c
7
WORKDIR /root
8
COPY bullseye_deps.sh ./deps.sh
9
COPY requirements.txt ./contrib/requirements.txt
10
-ARG TARGETARCH=amd64
+ARG TARGETARCH
11
ENV TARGETARCH=${TARGETARCH}
12
ENV JAVA_HOME=/usr/lib/jvm/java-1.11.0-openjdk-${TARGETARCH}
13
RUN ./deps.sh && rm ./deps.sh
0 commit comments