Skip to content

yegor256/rultor-image

Repository files navigation

docker Docker Cloud Automated build License

This is the default Docker image for Rultor, available in Docker Hub as yegor256/rultor-image.

This image has Ubuntu 22.04 and the following packages, in their latest versions:

  • Git
  • sshd
  • Ruby
  • PHP
  • Java
  • TeXLive
  • s3cmd
  • PostgreSQL
  • Maven
  • Python
  • NodeJS
  • Go

To use Java 17 do this:

$ update-java-alternatives --set /usr/lib/jvm/java-17
$ export JAVA_HOME=/usr/lib/jvm/java-17

Feel free to add yours by submitting a pull request.