diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-03-03 19:00:58 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-03-03 19:00:58 +0100 |
commit | 7193ed4798b1876174077b0ae5cca6a64c8ec770 (patch) | |
tree | f305be2ce711fd3f52c4eaf960aad9945525817e | |
parent | e1736701aecac8877ac525aad90cf0e521c4a75f (diff) | |
download | vyos-build-7193ed4798b1876174077b0ae5cca6a64c8ec770.tar.gz vyos-build-7193ed4798b1876174077b0ae5cca6a64c8ec770.zip |
Docker: Debian jessie only provides pyflakes instead of python3-pyflakes
-rw-r--r-- | docker/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile index 00c606d2..109829e2 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -339,7 +339,7 @@ RUN apt-get update && apt-get install -y \ python3-nose \ python3-oauthlib \ python3-pep8 \ - python3-pyflakes \ + pyflakes \ python3-requests \ python3-serial \ python3-setuptools \ |