Skip to content
Snippets Groups Projects
Verified Commit 8f9a236b authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Downgrade python to 3.9

parent dbe15089
Branches
No related tags found
No related merge requests found
Pipeline #46338 failed
FROM python:3.10-bullseye FROM python:3.9-bullseye
LABEL maintainer="Teckids e.V. <verein@teckids.org>" LABEL maintainer="Teckids e.V. <verein@teckids.org>"
ENV LANG=C.UTF-8 ENV LANG=C.UTF-8
...@@ -21,7 +21,7 @@ RUN apt-get -y update && \ ...@@ -21,7 +21,7 @@ RUN apt-get -y update && \
libldap2-dev \ libldap2-dev \
libssl-dev \ libssl-dev \
libsasl2-dev \ libsasl2-dev \
python3.10-dev python3.9-dev
RUN pip install poetry==1.2.0a2 tox RUN pip install poetry==1.2.0a2 tox
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment