Skip to content

Commit ae83046

Browse files
committed
Try to add xvfb to Docker image.
1 parent c03557a commit ae83046

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2.1
22
anchors:
33
env_gradle: &env_gradle
44
docker:
5-
- image: cimg/openjdk:11.0
5+
- image: cimg/openjdk:11.0-browsers
66

77
restore_cache_wrapper: &restore_cache_wrapper
88
restore_cache:

0 commit comments

Comments
 (0)