Skip to content

Commit

Permalink
Added xvfb package in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rimashah25 committed May 21, 2024
1 parent fe7eca0 commit 014988b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ RUN if [[ "${RHEL_VERSION%%.*}" -eq 7 ]]; then \
wget \
GConf2 \
git \
#Xvfb is required by cypress
xorg-x11-server-Xvfb \
java-1.8.0-openjdk \
net-tools \
$utils_package && \
Expand Down

0 comments on commit 014988b

Please sign in to comment.