summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorPaul Sherwood <paul.sherwood@codethink.co.uk>2016-03-12 20:27:41 +0000
committerPaul Sherwood <paul.sherwood@codethink.co.uk>2016-03-13 00:32:09 +0000
commitd2470474757562405982a7a56fd16516a80d84ea (patch)
treee1cb696f6a2a34dbb5a376a9d5b76af55b9cfaa0 /scripts
parent42b814de22bca0b4692a3f4579ea8b6184ccd075 (diff)
downloadybd-d2470474757562405982a7a56fd16516a80d84ea.tar.gz
Add a .gitlab-ci.yml file
Diffstat (limited to 'scripts')
-rw-r--r--scripts/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Dockerfile b/scripts/Dockerfile
index 6daea22..757b523 100644
--- a/scripts/Dockerfile
+++ b/scripts/Dockerfile
@@ -10,4 +10,4 @@ RUN wget https://bootstrap.pypa.io/get-pip.py && \
python get-pip.py && rm get-pip.py
# install python dependencies
-RUN pip install pyyaml sandboxlib requests jsonschema bottle cherrypy
+RUN pip install fs pyyaml sandboxlib requests jsonschema bottle cherrypy