Sign inSign up

investoo/typescript-builder

By investoo

•Updated almost 9 years ago

Image
0

144

investoo/typescript-builder repository overview

FROM node:latest

RUN npm install -g
tslint
typescript
typings
&& mkdir -p /workspace/build

RUN apt-get update
&& apt-get install -y
python
python-dev

RUN curl "https://bootstrap.pypa.io/get-pip.py⁠" -o "get-pip.py"
&& python get-pip.py
&& pip install awscli

VOLUME /workspace WORKDIR /workspace

Tag summary

Content type

Image

Digest

Size

320.6 MB

Last updated

almost 9 years ago

docker pull investoo/typescript-builder:1.0.0