2
0
mirror of https://github.com/siomiz/chrome synced 2024-11-18 21:28:07 +00:00

cleanup after installation

This commit is contained in:
Tomohisa Kusano 2014-12-06 05:44:28 +09:00
parent f703b43e61
commit a712a713cc

View File

@ -18,11 +18,12 @@ RUN apt-get update \
wget \ wget \
x11vnc \ x11vnc \
xdg-utils \ xdg-utils \
xvfb xvfb \
&& rm -rf /var/lib/apt/lists/*
ADD https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb /chrome.deb ADD https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb /chrome.deb
RUN dpkg -i /chrome.deb RUN dpkg -i /chrome.deb && rm /chrome.deb
RUN ln -s /lib/x86_64-linux-gnu/libudev.so.1 /lib/x86_64-linux-gnu/libudev.so.0 RUN ln -s /lib/x86_64-linux-gnu/libudev.so.1 /lib/x86_64-linux-gnu/libudev.so.0