Browse Source

chore(deps): Add msgpack to archlinux dockerfile

Missed in last update since it's not covered in CI.
reviewable/pr6486/r1
Anthony Bilinski 3 years ago
parent
commit
e9f74bb50a
No known key found for this signature in database
GPG Key ID: 2AA8E0DA1B31FB3C
  1. 1
      buildscripts/docker/Dockerfile.archlinux

1
buildscripts/docker/Dockerfile.archlinux

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

Loading…
Cancel
Save