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

Update python pimped image

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