An open API service indexing awesome lists of open source software.

https://github.com/feliciamarlove/java-pip-git-precommit-dockerfile

Dockerfile to create an image from Alpine with git, openjdk11, pip and pre-commit installed
https://github.com/feliciamarlove/java-pip-git-precommit-dockerfile

docker git java jdk pip precommit precommit-hooks python-pip

Last synced: 2 months ago
JSON representation

Dockerfile to create an image from Alpine with git, openjdk11, pip and pre-commit installed

Awesome Lists containing this project

README

        

# Java + pip + git + Pre-commit Dockerfile
Creates an image based on Alpine with OpenJDK11, Python pip and git, as well as pre-commit.

Build the image with `docker build . -f alpine-git-java-pip.Dockerfile -t agjp-image`