install
This commit is contained in:
8
.gitpod.Dockerfile
vendored
8
.gitpod.Dockerfile
vendored
@@ -3,11 +3,13 @@
|
||||
FROM gitpod/workspace-full:latest
|
||||
|
||||
USER root
|
||||
RUN apt-get update && apt-get install -y mc
|
||||
RUN apt-get update && apt-get install -y mc rsync
|
||||
|
||||
# ADD gitpod/install.sh /tmp/install.sh
|
||||
ADD gitpod/install.sh /tmp/install.sh
|
||||
ADD gitpod/package.json /tmp/package.json
|
||||
|
||||
RUN bash /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/*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user