Files
deb-python-dcos/Dockerfile.test
Tamar Ben-Shachar f2acfb80a1 Run tests with CCM
2015-12-28 14:01:05 -08:00

17 lines
251 B
Docker

# This image runs the dcos-cli test suite.
FROM ubuntu:15.04
MAINTAINER support@mesosphere.com
RUN apt-get update && apt-get install -y \
httpie \
jq \
make \
virtualenv \
openssh-client \
git \
sudo
ADD . /dcos-cli
WORKDIR /dcos-cli