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
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/*