Skip to content

Commit

Permalink
ci: update Dockerfile used to run web tests (JetBrains#4682)
Browse files Browse the repository at this point in the history
update to the latest LTS and add Xvfb to run browser in non-headless
mode
  • Loading branch information
kropp authored Apr 23, 2024
1 parent 41a6d3d commit 6bb4d39
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ci/docker/compose-web/Dockerfile-Basic
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:20.04
FROM ubuntu:22.04

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

Expand All @@ -11,7 +11,8 @@ RUN dpkg --add-architecture i386 && apt-get update -yqq && apt-get install -y \
python3 \
python-is-python3 \
unzip \
wget
wget \
xvfb


ARG CHROME_VERSION="google-chrome-stable"
Expand Down

0 comments on commit 6bb4d39

Please sign in to comment.