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 82bd9d3 commit cd6a40cCopy full SHA for cd6a40c
Dockerfile
@@ -6,14 +6,15 @@ LABEL org.opencontainers.image.authors="https://github.com/kepper"
6
LABEL org.opencontainers.image.source="https://github.com/music-encoding/docker-mei"
7
LABEL org.opencontainers.image.revision="v0.0.1"
8
9
-ARG DEBIAN_FRONTEND=noninteractive
10
ARG JAVA_VERSION=17
11
ARG PRINCE_VERSION=15.3
12
-ARG TARGETARCH
13
ARG SAXON_VERSION=SaxonHE12-5
14
ARG SCHEMATRON_VERSION=8.0.0
15
ARG UBUNTU_VERSION=22.04
16
ARG XERCES_VERSION=26.1.0.1
+
+ARG TARGETARCH
17
+ARG DEBIAN_FRONTEND=noninteractive
18
ARG DEB_FILE=prince_${PRINCE_VERSION}-1_ubuntu${UBUNTU_VERSION}_${TARGETARCH}.deb
19
20
ENV TZ=Europe/Berlin
0 commit comments