1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

chore(deps): Add msgpack to archlinux dockerfile

Missed in last update since it's not covered in CI.
This commit is contained in:
Anthony Bilinski 2022-02-19 21:25:00 -08:00
parent 2fca383e70
commit e9f74bb50a
No known key found for this signature in database
GPG Key ID: 2AA8E0DA1B31FB3C

View File

@ -30,6 +30,7 @@ RUN pacman -Syu --noconfirm --needed \
sqlcipher \ sqlcipher \
openal \ openal \
sonnet \ sonnet \
msgpack-c \
snorenotify \ snorenotify \
git \ git \
&& \ && \