Dockerfile in yawast-0.7.0 vs Dockerfile in yawast-0.7.1
- old
+ new
@@ -34,17 +34,11 @@
&& wget --no-verbose -O /tmp/chromedriver_linux64.zip https://chromedriver.storage.googleapis.com/$CD_VERSION/chromedriver_linux64.zip \
&& unzip /tmp/chromedriver_linux64.zip -d /usr/bin/ \
&& rm /tmp/chromedriver_linux64.zip \
&& chmod +x /usr/bin/chromedriver
-RUN groupadd -r chrome && useradd -r -g chrome -G audio,video chrome \
- && mkdir -p /home/chrome && chown -R chrome:chrome /home/chrome \
- && mkdir -p /opt/google/chrome && chown -R chrome:chrome /opt/google/chrome
-
COPY . /data
WORKDIR /data
-
-USER chrome
ENV LANG C.UTF-8
ENV LANGUAGE C.UTF-8
ENV LC_ALL C.UTF-8