1 Star 0 Fork 0

studvc / serverless

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 354 Bytes
一键复制 编辑 原始数据 按行查看 历史
FROM node:latest
# install yarn
RUN curl -o- -L https://yarnpkg.com/install.sh | bash
# install python tooling
RUN apt-get update -y && apt-get install -y python-dev python-pip && pip install --no-cache-dir --upgrade pip
# install other utils
RUN apt-get update -y && apt-get install -y screen
# install aws-cli
RUN pip install --no-cache-dir awscli
1
https://gitee.com/studvc/serverless.git
git@gitee.com:studvc/serverless.git
studvc
serverless
serverless
master

搜索帮助