refactor
This commit is contained in:
2
.gitpod.Dockerfile
vendored
2
.gitpod.Dockerfile
vendored
@@ -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/*
|
||||||
|
|
||||||
|
|||||||
@@ -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": {}
|
||||||
|
|||||||
Reference in New Issue
Block a user