New build system (#179)

* Update Dockerfile

* Update Dockerfile

* Update Dockerfile

* Update Dockerfile

* Update Dockerfile

* Update Dockerfile

* Update Dockerfile

* Update Dockerfile

* Update Dockerfile

* Create build.json

* Update Dockerfile

* Update Dockerfile

* Create build.json

* Update build.json
This commit is contained in:
Pascal Vizeli
2017-09-25 00:12:26 +02:00
committed by GitHub
parent 881a8310d1
commit e939d8783c
11 changed files with 28 additions and 11 deletions

View File

@@ -1,4 +1,5 @@
FROM %%BASE_IMAGE%%
ARG BUILD_FROM
FROM $BUILD_FROM
# Add env
ENV LANG C.UTF-8