Files
www_threefold_io/.gitpod.Dockerfile
2021-08-26 12:09:40 +02:00

14 lines
254 B
Docker

FROM gitpod/workspace-full:latest
USER root
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/*
USER gitpod
# ENTRYPOINT [ "entrypoint.sh" ]