eficode / JavaFXLibrary

Robot Framework library for JavaFX automation based on TestFX
Apache License 2.0
21 stars 10 forks source link

Fix docker-compose up #44

Closed psaikkonen closed 4 years ago

psaikkonen commented 4 years ago

Building the docker demo failed because of missing package versions for the newer Ubuntu image. Base image of the demo is now fixed to bionic tag since Ubuntu updates have broken the build earlier as well: https://github.com/eficode/JavaFXLibrary/commit/459329798751257d26f168582a7ad5de8a09fc1b

Closes #41

Related Launchpad ticket: https://bugs.launchpad.net/ubuntu/+source/openjfx/+bug/1799946