diff options
author | Maxim Devaev <[email protected]> | 2022-08-30 07:56:57 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2022-08-30 07:56:57 +0300 |
commit | 0128145e991253436282bbec964202f25e3dac46 (patch) | |
tree | d865b5e2759d407624ed5e2267a0e782a67d6946 | |
parent | 02413d981a158c31c01efc90e4ac9f51773eba91 (diff) |
lint fix
-rw-r--r-- | testenv/Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testenv/Dockerfile b/testenv/Dockerfile index b8ef7302..764e9eab 100644 --- a/testenv/Dockerfile +++ b/testenv/Dockerfile @@ -32,6 +32,7 @@ RUN pacman --noconfirm --ask=4 -Syy \ libbsd \ python \ python-pip \ + python-setuptools \ python-tox \ python-mako \ python-yaml \ |