about summary refs log tree commit diff stats
path: root/Dockerfile.ubuntu
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2022-05-30 18:01:50 +0200
committerGitHub <noreply@github.com>2022-05-30 18:01:50 +0200
commit010ed78b32a501395476ec98cab5cdff4c32fb12 (patch)
treef4e60f72f6af4933cb9306ae3d3097872463ffdd /Dockerfile.ubuntu
parentd9e39b596b32a439b744673277503143a3760174 (diff)
parent3aafffded93458d47b477cacd7ca4c80750bc3e0 (diff)
downloadprofani-tty-010ed78b32a501395476ec98cab5cdff4c32fb12.tar.gz
Merge pull request #1714 from MarcoPolo-PasTonMolo/feature/avatar-set
Add `/avatar set` command to publish avatar
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 a9ff84b0..6ca0d721 100644
--- a/Dockerfile.ubuntu
+++ b/Dockerfile.ubuntu
@@ -28,7 +28,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
   pkg-config \
   python3-dev \
   python-dev-is-python3 \
-  libsqlite3-dev
+  libsqlite3-dev \
+  libgdk-pixbuf-2.0-dev
 
 RUN mkdir -p /usr/src/{stabber,libstrophe,profanity}
 WORKDIR /usr/src