This commit is contained in:
Byran 2022-01-04 11:21:57 +08:00
parent 233989f50d
commit 56d3a60aa1

4
.gitpod.Dockerfile vendored
View File

@ -1,5 +1,7 @@
FROM gitpod/workspace-base:latest
USER root
RUN mkdir -p /dev/disk/by-id/
# Install MongoDB
# Source: https://docs.mongodb.com/manual/tutorial/install-mongodb-on-ubuntu-tarball/#install-mongodb-community-edition
@ -36,6 +38,4 @@ ENV PATH=$PATH:/home/gitpod/redis-6.2.6/src
# Install Meteor
RUN curl https://install.meteor.com/?release=1.9.3 | sh
RUN mkdir -p /dev/disk/by-id/
USER gitpod