summaryrefslogtreecommitdiff
path: root/docker/.gitpod.Dockerfile
AgeCommit message (Collapse)Author
2021-05-13docker: add git system package to imageStoian Minaiev
2021-04-18Gitpod workspace path update due to repo renamePeter
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.
2021-01-05Use root for package installationJoe Eaves
And forget the chown. sudo can be used if the dependencies ever need to be updated "live"
2021-01-05Custom Dockerfile for gitpod.ioJoe Eaves
Little configuration to give https://gitpod.io users an environment with the SDKs pre-installed