mirror of
https://github.com/siomiz/chrome
synced 2024-11-18 21:28:07 +00:00
cleanup after installation
This commit is contained in:
parent
f703b43e61
commit
a712a713cc
@ -18,11 +18,12 @@ RUN apt-get update \
|
||||
wget \
|
||||
x11vnc \
|
||||
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
|
||||
|
||||
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user