diff --git a/.gitignore b/.gitignore index 2789450f..920be66a 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ test.* test[0-9].* build/ +build-output/ venv/ .atomignore commit* diff --git a/Dockerfile b/Dockerfile index b3fd299b..fd393313 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,17 +5,20 @@ FROM $BASE_OS:$BASE_CODENAME AS build-stage # Download build dependencies RUN <