1
0
mirror of synced 2026-08-31 19:55:37 +00:00

chore: fix Docker image build (#1245)

This commit is contained in:
Max Schmitt
2023-03-27 22:27:48 +02:00
committed by GitHub
parent 05f641c5af
commit ab89f6a953
+2 -2
View File
@@ -24,8 +24,8 @@ RUN apt-get update && \
# Create the pwuser
adduser pwuser
RUN VERSION=3.8.7 && \
curl -o - https://dlcdn.apache.org/maven/maven-3/$VERSION/binaries/apache-maven-$VERSION-bin.tar.gz | tar zxfv - -C /opt/ && \
RUN VERSION=3.8.8 && \
curl -o - https://archive.apache.org/dist/maven/maven-3/$VERSION/binaries/apache-maven-$VERSION-bin.tar.gz | tar zxfv - -C /opt/ && \
ln -s /opt/apache-maven-$VERSION/bin/mvn /usr/local/bin/
ARG PW_TARGET_ARCH