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 7504443 commit 900473cCopy full SHA for 900473c
Dockerfile
@@ -4,7 +4,7 @@ ARG JAVA_VERSION
4
FROM node:$BASE_IMAGE_TAG
5
6
RUN apt-get update && \
7
- apt-get install -y chromium firefox-esr xvfb libxi6 libgbm1 libgconf-2-4 openjdk-${JAVA_VERSION}-jre && \
+ apt-get install -y chromium firefox-esr xvfb libxi6 libgbm1 libgconf-2-4 openjdk-"${JAVA_VERSION}"-jre && \
8
rm -rf /var/lib/apt/lists/* /var/cache/apt/* && \
9
ln -s /usr/bin/chromium /usr/bin/google-chrome
10
0 commit comments