Files
www_threefold_io/.gitpod.Dockerfile

17 lines
303 B
Docker

FROM gitpod/workspace-full:latest
USER root
RUN apt-get update && apt-get install -y mc
# ADD gitpod/install.sh /tmp/install.sh
# RUN bash /tmp/install.sh
# RUN apt-get clean && rm -rf /var/cache/apt/* && rm -rf /var/lib/apt/lists/* && rm -rf /tmp/*
USER gitpod
# ENTRYPOINT [ "/usr/bin/bash" ]