diff options
author | Michael Vetter <jubalh@iodoru.org> | 2021-12-03 16:15:04 +0100 |
---|---|---|
committer | Michael Vetter <jubalh@iodoru.org> | 2021-12-03 16:15:04 +0100 |
commit | 8b53acd608033e3909c3d990b5a1d8a83396c53b (patch) | |
tree | 99c3617d84d49e856f19f285246c80946c7e810c /Dockerfile.ubuntu | |
parent | d6633e092092f6c1355dde0035fdeadf1b0bf4c9 (diff) | |
download | profani-tty-8b53acd608033e3909c3d990b5a1d8a83396c53b.tar.gz |
ci: update ubuntu python package names
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 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} |