diff options
author | Devaev Maxim <[email protected]> | 2018-10-28 06:51:51 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2018-10-28 07:03:14 +0300 |
commit | ab342111d0c88e13e0d0d4a79c1e14150a7d4ef3 (patch) | |
tree | 022ec24cc8b7fde70fba8833ef8a35fcad228e48 /testenv/Dockerfile | |
parent | 1f54776ce0a1429a7ddcc4ac8b09054c48d67953 (diff) |
log interface
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 6a16cf77..ce00df0a 100644 --- a/testenv/Dockerfile +++ b/testenv/Dockerfile @@ -36,6 +36,7 @@ RUN pacman -Syy \ && user-packer -S --noconfirm \ python \ python-pip \ + python-systemd \ nginx-mainline \ ustreamer \ socat \ |