mirror of
https://github.com/steedos/steedos-platform
synced 2024-11-22 17:06:42 +00:00
fix #2624
This commit is contained in:
parent
233989f50d
commit
56d3a60aa1
4
.gitpod.Dockerfile
vendored
4
.gitpod.Dockerfile
vendored
@ -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
|
Loading…
Reference in New Issue
Block a user