diff options
author | Maxim Devaev <[email protected]> | 2022-08-14 21:03:45 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2022-08-14 21:03:45 +0300 |
commit | 4f9501a8066f72dea235754ccf11bd83b87c3340 (patch) | |
tree | b84e9eec4b904322e5b3750228e232fa80a9fabc /testenv | |
parent | de6fd9434993b87ff6e5569c3984f76b5ad963a9 (diff) |
/api/msd/read: zstd supported
Diffstat (limited to 'testenv')
-rw-r--r-- | testenv/Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testenv/Dockerfile b/testenv/Dockerfile index 874f84a0..b8ef7302 100644 --- a/testenv/Dockerfile +++ b/testenv/Dockerfile @@ -51,6 +51,7 @@ RUN pacman --noconfirm --ask=4 -Syy \ python-pillow \ python-xlib \ python-hidapi \ + python-zstandard \ freetype2 \ nginx-mainline \ tesseract \ |