File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1- FROM java:openjdk-8-jdk
1+ # FROM java:openjdk-8-jdk
2+ FROM openjdk:8
23
34RUN echo "deb http://dl.bintray.com/sbt/debian /" | tee -a /etc/apt/sources.list.d/sbt.list
45
56RUN 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
910COPY play /tmp/play
1011
@@ -23,7 +24,7 @@ RUN cd /opt \
2324 && dpkg -i google-chrome-stable_current_amd64.deb
2425
2526RUN 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
2930VOLUME /src
You can’t perform that action at this time.
0 commit comments