diff options
Diffstat (limited to 'docker/Dockerfile')
-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 \ |