Skip to content

Commit

Permalink
Add XVFB
Browse files Browse the repository at this point in the history
  • Loading branch information
argotriwidodo committed Jul 23, 2024
1 parent c4183b8 commit 2f368f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ RUN curl --create-dirs -fsSLo /usr/share/jenkins/slave.jar https://repo.jenkins-
&& chmod 644 /usr/share/jenkins/slave.jar

# Add Java FX
RUN apt-get update && apt-get install -y --no-install-recommends openjfx && rm -rf /var/lib/apt/lists/*
RUN apt-get update && apt-get install -y --no-install-recommends openjfx && apt-get install -y xvfb &&rm -rf /var/lib/apt/lists/*

# Set password for the jenkins user (you may want to alter this).
RUN echo "jenkins:jenkins" | chpasswd
Expand Down

0 comments on commit 2f368f0

Please sign in to comment.