mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
new line
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
parent
df4ad1b662
commit
2de431782e
|
@ -59,6 +59,7 @@ RUN buildDeps=' \
|
||||||
&& dpkg -i /tmp/google-talkplugin-amd64.deb \
|
&& dpkg -i /tmp/google-talkplugin-amd64.deb \
|
||||||
&& rm -rf /tmp/*.deb \
|
&& rm -rf /tmp/*.deb \
|
||||||
&& apt-get purge -y --auto-remove $buildDeps
|
&& apt-get purge -y --auto-remove $buildDeps
|
||||||
|
|
||||||
# Add chrome user
|
# Add chrome user
|
||||||
RUN groupadd -r chrome && useradd -r -g chrome -G audio,video chrome \
|
RUN groupadd -r chrome && useradd -r -g chrome -G audio,video chrome \
|
||||||
&& mkdir -p /home/chrome/Downloads && chown -R chrome:chrome /home/chrome
|
&& mkdir -p /home/chrome/Downloads && chown -R chrome:chrome /home/chrome
|
||||||
|
|
Loading…
Reference in New Issue
Block a user