diff options
author | Michael Vetter <jubalh@iodoru.org> | 2022-05-30 18:06:13 +0200 |
---|---|---|
committer | Michael Vetter <jubalh@iodoru.org> | 2022-05-30 18:06:13 +0200 |
commit | 0c7350e2e637aa07b4b1e926e84192030df8ff50 (patch) | |
tree | 775999f3a5aa8f044c8b8d2498588d8540afdc63 /Dockerfile.arch | |
parent | 42fb8f86d9b3d1fd3c51a942f4d2fe17c9dc0b79 (diff) | |
download | profani-tty-0c7350e2e637aa07b4b1e926e84192030df8ff50.tar.gz |
Make qrencode optional and add to CI
Diffstat (limited to 'Dockerfile.arch')
-rw-r--r-- | Dockerfile.arch | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Dockerfile.arch b/Dockerfile.arch index 7a7b2553..d4c4e0a1 100644 --- a/Dockerfile.arch +++ b/Dockerfile.arch @@ -27,7 +27,8 @@ RUN pacman -Syu --noconfirm && pacman -S --needed --noconfirm \ python \ wget \ sqlite \ - gdk-pixbuf2 + gdk-pixbuf2 \ + qrencode RUN mkdir -p /usr/src/{stabber,profanity} |