Skip to content

Commit 6bb4d39

Browse files
authored
ci: update Dockerfile used to run web tests (JetBrains#4682)
update to the latest LTS and add Xvfb to run browser in non-headless mode
1 parent 41a6d3d commit 6bb4d39

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ci/docker/compose-web/Dockerfile-Basic

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:20.04
1+
FROM ubuntu:22.04
22

33
SHELL ["/bin/bash", "-c"]
44

@@ -11,7 +11,8 @@ RUN dpkg --add-architecture i386 && apt-get update -yqq && apt-get install -y \
1111
python3 \
1212
python-is-python3 \
1313
unzip \
14-
wget
14+
wget \
15+
xvfb
1516

1617

1718
ARG CHROME_VERSION="google-chrome-stable"

0 commit comments

Comments
 (0)