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
- Host: GitHub
- URL: https://github.com/feliciamarlove/java-pip-git-precommit-dockerfile
- Owner: FeliciaMarlove
- Created: 2023-01-11T16:38:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-11T16:42:22.000Z (over 2 years ago)
- Last Synced: 2025-01-18T07:13:05.297Z (4 months ago)
- Topics: docker, git, java, jdk, pip, precommit, precommit-hooks, python-pip
- Language: Dockerfile
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`