about summary refs log tree commit diff stats
path: root/Dockerfile.ubuntu
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2021-12-03 16:15:04 +0100
committerMichael Vetter <jubalh@iodoru.org>2021-12-03 16:15:04 +0100
commit8b53acd608033e3909c3d990b5a1d8a83396c53b (patch)
tree99c3617d84d49e856f19f285246c80946c7e810c /Dockerfile.ubuntu
parentd6633e092092f6c1355dde0035fdeadf1b0bf4c9 (diff)
downloadprofani-tty-8b53acd608033e3909c3d990b5a1d8a83396c53b.tar.gz
ci: update ubuntu python package names
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}