Skip to content

Commit cd6a40c

Browse files
fix: reorganize args for better readability
1 parent 82bd9d3 commit cd6a40c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,15 @@ LABEL org.opencontainers.image.authors="https://github.com/kepper"
66
LABEL org.opencontainers.image.source="https://github.com/music-encoding/docker-mei"
77
LABEL org.opencontainers.image.revision="v0.0.1"
88

9-
ARG DEBIAN_FRONTEND=noninteractive
109
ARG JAVA_VERSION=17
1110
ARG PRINCE_VERSION=15.3
12-
ARG TARGETARCH
1311
ARG SAXON_VERSION=SaxonHE12-5
1412
ARG SCHEMATRON_VERSION=8.0.0
1513
ARG UBUNTU_VERSION=22.04
1614
ARG XERCES_VERSION=26.1.0.1
15+
16+
ARG TARGETARCH
17+
ARG DEBIAN_FRONTEND=noninteractive
1718
ARG DEB_FILE=prince_${PRINCE_VERSION}-1_ubuntu${UBUNTU_VERSION}_${TARGETARCH}.deb
1819

1920
ENV TZ=Europe/Berlin

0 commit comments

Comments
 (0)