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