refactor
This commit is contained in:
2
.gitpod.Dockerfile
vendored
2
.gitpod.Dockerfile
vendored
@@ -3,7 +3,7 @@
|
||||
FROM gitpod/workspace-full:latest
|
||||
|
||||
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/*
|
||||
|
||||
|
||||
@@ -1,10 +1,16 @@
|
||||
{
|
||||
"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": {}
|
||||
|
||||
Reference in New Issue
Block a user