Skip to content

Commit ec3ee66

Browse files
committed
chore(docs): optionally install XVFB in docker
1 parent 0188889 commit ec3ee66

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/docker/Dockerfile.bionic

+3
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,8 @@ RUN groupadd -r pwuser && useradd -r -g pwuser -G audio,video pwuser \
4646
&& mkdir -p /home/pwuser/Downloads \
4747
&& chown -R pwuser:pwuser /home/pwuser
4848

49+
# 6. (Optional) Install XVFB if there's a need to run browsers in headful mode
50+
RUN apt-get install -y xvfb
51+
4952
# Run everything after as non-privileged user.
5053
USER pwuser

0 commit comments

Comments
 (0)