Files
blender-cloud/docker/1_base/build.sh
Sybren A. Stüvel af14910fa9 WIP breaking stuff: updating docker image build process for Python 3.6
This requires a new way to pass requirements.txt files to Docker (since
they now link to each other), as well as building Python ourselves (since
even Ubuntu 16.10 doesn't have a decent Python 3.6).

This is just a WIP commit, will be fixed soon(ish).
2017-03-07 16:51:51 +01:00

4 lines
67 B
Bash
Executable File

#!/usr/bin/env bash
docker build -t pillar_base -f base.docker .;