1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-05 19:42:01 +02:00
OpenSTF/Dockerfile
2015-04-28 13:57:31 +09:00

12 lines
288 B
Docker

FROM sorccu/node:0.12.2
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