about summary refs log tree commit diff stats
path: root/Dockerfile.ubuntu
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2021-12-06 13:49:04 +0100
committerGitHub <noreply@github.com>2021-12-06 13:49:04 +0100
commitb67054aa39702276d1dd7cd5a469fffed5a72144 (patch)
tree5918025b5577c86a77168013b1aaeff92abd0c7f /Dockerfile.ubuntu
parent6c3e6a5262c6009f43dddb6fd5a2fc8204520eef (diff)
parent5355c9b856824cbe63d5fcfeb35ec83f8fe804f7 (diff)
downloadprofani-tty-b67054aa39702276d1dd7cd5a469fffed5a72144.tar.gz
Merge branch 'master' into xep/xep0107-user-mood
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 840cd736..9686084f 100644
--- a/Dockerfile.ubuntu
+++ b/Dockerfile.ubuntu
@@ -26,7 +26,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
   libxss-dev \
   make \
   pkg-config \
-  python-dev \
+  python3-dev \
+  python-dev-is-python3 \
   libsqlite3-dev
 
 RUN mkdir -p /usr/src/{stabber,libstrophe,profanity}