|
|
|
@ -37,7 +37,7 @@ RUN apt-get update && apt-get install -y wget --no-install-recommends \ |
|
|
|
&& apt-get install -y google-chrome-unstable fonts-ipafont-gothic fonts-wqy-zenhei fonts-thai-tlwg fonts-kacst ttf-freefont \ |
|
|
|
--no-install-recommends \ |
|
|
|
&& rm -rf /var/lib/apt/lists/* \ |
|
|
|
&& apt-get purge --auto-remove -y curl \ |
|
|
|
&& apt-get autoremove -y \ |
|
|
|
&& rm -rf /src/*.deb |
|
|
|
|
|
|
|
# It's a good idea to use dumb-init to help prevent zombie chrome processes. |
|
|
|
|