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 81d31d2 commit c1891cbCopy full SHA for c1891cb
utils/docker/Dockerfile.focal
@@ -1,5 +1,7 @@
1
FROM ubuntu:focal
2
3
+ARG DEBIAN_FRONTEND=noninteractive
4
+ARG TZ=America/Los_Angeles
5
ARG DOCKER_IMAGE_NAME_TEMPLATE="mcr.microsoft.com/playwright/java:v%version%-focal"
6
7
# === INSTALL JDK and Maven ===
@@ -22,7 +24,7 @@ RUN apt-get update && \
22
24
# Create the pwuser
23
25
adduser pwuser
26
-RUN VERSION=3.8.6 && \
27
+RUN VERSION=3.8.7 && \
28
curl -o - https://dlcdn.apache.org/maven/maven-3/$VERSION/binaries/apache-maven-$VERSION-bin.tar.gz | tar zxfv - -C /opt/ && \
29
ln -s /opt/apache-maven-$VERSION/bin/mvn /usr/local/bin/
30
0 commit comments