Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1006 Bytes

README.md

File metadata and controls

30 lines (24 loc) · 1006 Bytes

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.