aboutsummaryrefslogtreecommitdiffstats
path: root/docker/.gitpod.Dockerfile
Commit message (Collapse)AuthorAgeFilesLines
* docker: add git system package to imageStoian Minaiev2021-05-141-0/+3
|
* Gitpod workspace path update due to repo renamePeter2021-04-181-4/+5
| | | | | Gitpod workspace path is based on repo name... it was `/workspace/Pinetime`, but after the repo rename it's now `/workspace/InfiniTime`. Also added second pip call as it's in the main dockerfile.
* Use root for package installationJoe Eaves2021-01-051-3/+4
| | | | | And forget the chown. sudo can be used if the dependencies ever need to be updated "live"
* Custom Dockerfile for gitpod.ioJoe Eaves2021-01-051-0/+38
Little configuration to give https://gitpod.io users an environment with the SDKs pre-installed