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
Content type
Image
Digest
Size
320.6 MB
Last updated
almost 9 years ago
docker pull investoo/typescript-builder:1.0.0