diff options
Diffstat (limited to 'Dockerfile.ubuntu')
-rw-r--r-- | Dockerfile.ubuntu | 3 |
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 |