gitpod-io / dockerfreeze

Freeze your development environment as a Dockerfile
MIT License
12 stars 4 forks source link

DO_NOT_MERGE: Gitpod: Custom environment to build python GUI #65

Open Kreyren opened 4 years ago

Kreyren commented 4 years ago

My solution to provide an environment to test https://github.com/gitpod-io/dockerfreeze/pull/56 in GUI.

todo: add hadolint since dockerfiles are used todo: Add method to test dockerfile build

Kreyren commented 4 years ago

issue: gitpod removes /var/lib/apt/lists/ automatically which we require for the rootless apt wrapper.