EvoSuite / evosuite

EvoSuite - automated generation of JUnit test suites for Java classes
http://www.evosuite.org
GNU Lesser General Public License v3.0
832 stars 341 forks source link

Fix a bug in the docker images #374

Closed mitchellolsthoorn closed 3 years ago

mitchellolsthoorn commented 3 years ago

The docker images were not properly working anymore after the base images removed some dependencies. This commit changes the base image to the non-slim variant which still includes the required dependency.

Fixes #360

gofraser commented 3 years ago

Thanks!