Files
blender-cloud/docker/1_base/base.docker

10 lines
286 B
Docker
Raw Normal View History

FROM ubuntu:16.10
2016-08-10 18:27:27 +02:00
MAINTAINER Francesco Siddi <francesco@blender.org>
RUN apt-get update
RUN apt-get install -qyy \
2016-08-10 18:27:27 +02:00
-o APT::Install-Recommends=false -o APT::Install-Suggests=false \
openssl ca-certificates
2016-08-10 18:27:27 +02:00
RUN mkdir -p /data/git/pillar /data/config /data/venv /data/wheelhouse