This commit is contained in:
2021-08-26 12:09:40 +02:00
parent b167301b6f
commit 4fb4686f77
2 changed files with 9 additions and 3 deletions

2
.gitpod.Dockerfile vendored
View File

@@ -3,7 +3,7 @@
FROM gitpod/workspace-full:latest FROM gitpod/workspace-full:latest
USER root USER root
RUN apt-get update && apt-get install -y redis-server mc RUN apt-get update && apt-get install -y redis-server mc rsync
# RUN apt-get clean && rm -rf /var/cache/apt/* && rm -rf /var/lib/apt/lists/* && rm -rf /tmp/* # RUN apt-get clean && rm -rf /var/cache/apt/* && rm -rf /var/lib/apt/lists/* && rm -rf /tmp/*

View File

@@ -1,10 +1,16 @@
{ {
"folders": [ "folders": [
{ {
"path": "../../home/gitpod/codewiki" "path": "/home/gitpod/publisher"
}, },
{ {
"path": "wiki_cmd" "path": "/home/gitpod/code/crystaltools"
},
{
"path": "."
},
{
"path": "/home/gitpod/.vmodules/despiegk/crystallib"
} }
], ],
"settings": {} "settings": {}