https://github.com/adamrehn/dockerfiles
Miscellaneous Dockerfiles
https://github.com/adamrehn/dockerfiles
Last synced: about 1 month ago
JSON representation
Miscellaneous Dockerfiles
- Host: GitHub
- URL: https://github.com/adamrehn/dockerfiles
- Owner: adamrehn
- License: mit
- Created: 2019-07-14T12:53:42.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-14T13:01:36.000Z (about 6 years ago)
- Last Synced: 2025-08-09T10:33:36.009Z (about 2 months ago)
- Language: Dockerfile
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Miscellaneous Dockerfiles
This repository contains Dockerfiles that are not associated with any particular project:
- [`adamrehn/docker:python`](./docker/python/Dockerfile): extends the Git-equipped variant of the [official Docker-in-Docker base image](https://hub.docker.com/_/docker) by adding Python and the files required to build native Python extensions. This is primarily useful for running [ue4-docker](https://github.com/adamrehn/ue4-docker) inside a container itself, although it's worth noting that you will need to use `--network=host` for the credential endpoint to function correctly when building UE4 container images.