mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
fix: don't start dbus service during build in Dockerfile (#12374)
This commit is contained in:
parent
b95ff05744
commit
b5aab04cbc
@ -13,7 +13,6 @@ RUN apt-get update \
|
||||
&& apt-get update \
|
||||
&& apt-get install -y google-chrome-stable fonts-ipafont-gothic fonts-wqy-zenhei fonts-thai-tlwg fonts-khmeros fonts-kacst fonts-freefont-ttf libxss1 dbus dbus-x11 \
|
||||
--no-install-recommends \
|
||||
&& service dbus start \
|
||||
&& rm -rf /var/lib/apt/lists/* \
|
||||
&& groupadd -r pptruser && useradd -rm -g pptruser -G audio,video pptruser
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user