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 17:06:14 +0100
committerGitHub <noreply@github.com>2021-12-03 17:06:14 +0100
commit5355c9b856824cbe63d5fcfeb35ec83f8fe804f7 (patch)
treef790e4cd8071751650399e3c3055c646588ad703 /Dockerfile.ubuntu
parent7a8f0e487370d952560585e414e83441de602bd6 (diff)
parent05435d27142bffe226113d6d2f3f643cb711bada (diff)
downloadprofani-tty-5355c9b856824cbe63d5fcfeb35ec83f8fe804f7.tar.gz
Merge pull request #1620 from profanity-im/readd-ci
Re-Enable CI for TW, ubuntu and macos.

For Arch I get:
```
Step 1/24 : FROM archlinux/latest
pull access denied for archlinux/latest, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
```

for both archlinux/latest and archlinux/base.

Let's leave it out :-)
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}