about summary refs log tree commit diff stats
path: root/Dockerfile.ubuntu
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2022-05-31 09:11:53 +0200
committerGitHub <noreply@github.com>2022-05-31 09:11:53 +0200
commit754c110a34bf608bee3990e5b626203699b879d2 (patch)
tree0f432595d07768259281a9a929691608ba576e38 /Dockerfile.ubuntu
parent010ed78b32a501395476ec98cab5cdff4c32fb12 (diff)
parent3557e46b6d1e99491be0dc4ee85fe157475c0ae3 (diff)
downloadprofani-tty-754c110a34bf608bee3990e5b626203699b879d2.tar.gz
Merge pull request #1568 from profanity-im/feature/1320-omemo-qrcode
Show OMEMO QR Code
Diffstat (limited to 'Dockerfile.ubuntu')
-rw-r--r--Dockerfile.ubuntu3
1 files changed, 2 insertions, 1 deletions
diff --git a/Dockerfile.ubuntu b/Dockerfile.ubuntu
index 6ca0d721..853544c0 100644
--- a/Dockerfile.ubuntu
+++ b/Dockerfile.ubuntu
@@ -29,7 +29,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
   python3-dev \
   python-dev-is-python3 \
   libsqlite3-dev \
-  libgdk-pixbuf-2.0-dev
+  libgdk-pixbuf-2.0-dev \
+  libqrencode-dev
 
 RUN mkdir -p /usr/src/{stabber,libstrophe,profanity}
 WORKDIR /usr/src