diff options
author | Michael Vetter <jubalh@iodoru.org> | 2022-05-30 18:01:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-30 18:01:50 +0200 |
commit | 010ed78b32a501395476ec98cab5cdff4c32fb12 (patch) | |
tree | f4e60f72f6af4933cb9306ae3d3097872463ffdd /Dockerfile.ubuntu | |
parent | d9e39b596b32a439b744673277503143a3760174 (diff) | |
parent | 3aafffded93458d47b477cacd7ca4c80750bc3e0 (diff) | |
download | profani-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.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 |