Skip to content

Commit bebcc8c

Browse files
committed
Update 2.6.20 Dockerfile with new openjdk base image
1 parent 0e3660b commit bebcc8c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

2.6.20/Dockerfile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
FROM java:openjdk-8-jdk
1+
#FROM java:openjdk-8-jdk
2+
FROM openjdk:8
23

34
RUN echo "deb http://dl.bintray.com/sbt/debian /" | tee -a /etc/apt/sources.list.d/sbt.list
45

56
RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 2EE0EA64E40A89B84B2DF73499E82A75642AC823
67

7-
RUN apt-get update && apt-get install -y --no-install-recommends unzip bash openssh-client nodejs git ca-certificates fontconfig xvfb libpango1.0-0 libxss1 fonts-liberation libappindicator1 xdg-utils libgtk-3-0 lsb-release libnss3 libappindicator3-1 sbt && rm -rf /var/lib/apt/lists/* && ln -s /usr/bin/nodejs /usr/bin/node
8+
RUN apt-get update && apt-get install -y --no-install-recommends unzip bash openssh-client nodejs git ca-certificates fontconfig xvfb libpango1.0-0 libxss1 fonts-liberation libappindicator1 xdg-utils libgtk-3-0 lsb-release libnss3 libappindicator3-1 sbt libasound2 libxtst6 && rm -rf /var/lib/apt/lists/* && ln -s /usr/bin/nodejs /usr/bin/node
89

910
COPY play /tmp/play
1011

@@ -23,7 +24,7 @@ RUN cd /opt \
2324
&& dpkg -i google-chrome-stable_current_amd64.deb
2425

2526
RUN cd /opt \
26-
&& wget https://chromedriver.storage.googleapis.com/2.45/chromedriver_linux64.zip \
27+
&& wget https://chromedriver.storage.googleapis.com/78.0.3904.105/chromedriver_linux64.zip \
2728
&& unzip chromedriver_linux64.zip
2829

2930
VOLUME /src

0 commit comments

Comments
 (0)