Skip to content

Commit 9494f7b

Browse files
committed
Fix docker arg
1 parent 0ddd11a commit 9494f7b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
ARG BASE_IMAGE_TAG
2-
ARG JAVA_VERSION
32

43
FROM node:$BASE_IMAGE_TAG
54

5+
ARG JAVA_VERSION
6+
67
RUN apt-get update && \
78
apt-get install -y chromium firefox-esr xvfb libxi6 libgbm1 libgconf-2-4 openjdk-"${JAVA_VERSION}"-jre && \
89
rm -rf /var/lib/apt/lists/* /var/cache/apt/* && \

0 commit comments

Comments
 (0)