1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-05 10:39:25 +02:00
OpenSTF/Dockerfile
2014-08-05 13:50:02 +09:00

12 lines
286 B
Docker

FROM sorccu/node:0.10
MAINTAINER Simo Kinnunen
RUN export DEBIAN_FRONTEND=noninteractive && \
apt-get update && \
apt-get -y install libzmq3-dev libprotobuf-dev git graphicsmagick && \
apt-get clean && \
rm -rf /var/cache/apt/*
ENV PATH /app/bin:$PATH
CMD stf --help