Skip to content

Commit

Permalink
Docker: remove default
Browse files Browse the repository at this point in the history
  • Loading branch information
DeviaVir committed Nov 26, 2024
1 parent 7570c2a commit 7e7307a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/Dockerfile_bullseye
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ FROM debian:bullseye@sha256:01559430c84e6bc864bed554345d1bfbfa94ac108ab68f39915c
WORKDIR /root
COPY bullseye_deps.sh ./deps.sh
COPY requirements.txt ./contrib/requirements.txt
ARG TARGETARCH=amd64
ARG TARGETARCH
ENV TARGETARCH=${TARGETARCH}
ENV JAVA_HOME=/usr/lib/jvm/java-1.11.0-openjdk-${TARGETARCH}
RUN ./deps.sh && rm ./deps.sh
Expand Down

0 comments on commit 7e7307a

Please sign in to comment.