2022-01-17 17:16:46 +00:00
|
|
|
FROM ecr.aws.steedos.cn/dockerhub/steedos/gitpod-workspace-base:2.1
|
2021-12-27 12:13:46 +00:00
|
|
|
|
2021-12-30 08:00:18 +00:00
|
|
|
# Install Meteor
|
|
|
|
RUN curl https://install.meteor.com/?release=1.9.3 | sh
|
|
|
|
|
2022-01-17 17:16:46 +00:00
|
|
|
USER gitpod
|