Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
docker
maven3-jdk-11-swt
Commits
fd8d178d
Commit
fd8d178d
authored
Jun 14, 2021
by
René Link
Browse files
xvfb must be installed as well
parent
9bb1fc96
Pipeline
#749
passed with stage
in 1 minute and 55 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
Dockerfile
Dockerfile
+6
-5
No files found.
Dockerfile
View file @
fd8d178d
FROM
maven:3-jdk-11
RUN
apt-get
-y
update
RUN
apt-get
-y
install
libswt-gtk-4-jni
RUN
apt-get
-y
install
xdg-utils
\ No newline at end of file
FROM
maven:3-jdk-11
RUN
apt-get
-y
update
RUN
apt-get
-y
install
xvfb.
RUN
apt-get
-y
install
libswt-gtk-4-jni
RUN
apt-get
-y
install
xdg-utils
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment