mirror of
https://github.com/MarginaliaSearch/MarginaliaSearch.git
synced 2025-02-23 04:58:59 +00:00
Switch to beefier docker image to fix 'Could not initialize class sun.awt.X11FontManager' for math rendering in Encyclopedia test.
This commit is contained in:
parent
ac9064096d
commit
0acdd5b660
@ -30,7 +30,7 @@ public class EncyclopediaE2ETest extends E2ETestBase {
|
||||
@Container
|
||||
public GenericContainer<?> encyclopediaContainer = forService(ENCYCLOPEDIA, mariaDB);
|
||||
@Container
|
||||
public GenericContainer<?> encyclopediaLoader = new GenericContainer<>("openjdk:17-alpine")
|
||||
public GenericContainer<?> encyclopediaLoader = new GenericContainer<>("openjdk:17")
|
||||
.dependsOn(encyclopediaContainer)
|
||||
.dependsOn(mariaDB)
|
||||
.withNetwork(network)
|
||||
|
Loading…
Reference in New Issue
Block a user