1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-09 21:30:42 +00:00

Update debian docker file

I guess they removed the py2 package now.
This commit is contained in:
Michael Vetter 2021-10-16 14:38:23 +02:00
parent 46c8245af9
commit 9cc4b3f162

View File

@ -25,7 +25,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
libxss-dev \
make \
pkg-config \
python-dev \
python3-dev \
libsqlite3-dev
RUN mkdir -p /usr/src/{stabber,libmesode,profanity}