diff options
author | Devaev Maxim <[email protected]> | 2019-10-11 23:43:59 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2019-10-11 23:43:59 +0300 |
commit | 74449c81ad6e6d5bb170b3113b6112fb91f6f445 (patch) | |
tree | acda82c77feff668d1355826002cc9fa25dc32b4 /testenv/Dockerfile | |
parent | f8a4f59e13461514cc81fb3eaa26c131644cc73a (diff) |
set --process-name-prefix
Diffstat (limited to 'testenv/Dockerfile')
-rw-r--r-- | testenv/Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testenv/Dockerfile b/testenv/Dockerfile index 925ec928..a33af7b1 100644 --- a/testenv/Dockerfile +++ b/testenv/Dockerfile @@ -13,6 +13,7 @@ RUN pacman -Syu --noconfirm \ libjpeg \ libevent \ libutil-linux \ + libbsd \ python \ python-pip \ python-tox \ |