Files
deb-python-dcos/Dockerfile.cosmos
2016-01-07 13:30:35 -08:00

18 lines
278 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 \
openjdk-8-jre-headless
ADD . /dcos-cli
WORKDIR /dcos-cli