X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=Dockerfile;fp=Dockerfile;h=8eec0077211b217092ce465243bb9c51753892c8;hb=ed3e4d4fc2819e425bb8b165e43fcbac259d3f1b;hp=c758db939d79a9fd53362e79a96291e228082820;hpb=72e918cb69191ac04720444bbf4906680059d60c;p=osm%2FRO.git diff --git a/Dockerfile b/Dockerfile index c758db93..8eec0077 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ FROM ubuntu:16.04 RUN apt-get update && \ DEBIAN_FRONTEND=noninteractive apt-get --yes install git tox make python-all python3 python3-pip debhelper wget && \ - DEBIAN_FRONTEND=noninteractive apt-get --yes install python3-all libssl-dev && \ + DEBIAN_FRONTEND=noninteractive apt-get --yes install python3-all libssl-dev flake8 && \ DEBIAN_FRONTEND=noninteractive pip3 install -U setuptools setuptools-version-command stdeb # FROM ubuntu:16.04