about summary refs log tree commit diff stats
path: root/Dockerfile.ubuntu
diff options
context:
space:
mode:
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