Skip to content
Snippets Groups Projects
Commit defbdf50 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Base python-pimped on Debian bookworm

parent 3f6c477b
No related branches found
No related tags found
No related merge requests found
Pipeline #81938 passed
FROM python:3.9-bullseye
FROM debian:bookworm
LABEL maintainer="Teckids e.V. <verein@teckids.org>"
ENV LANG=C.UTF-8
......@@ -17,11 +17,12 @@ RUN apt-get -y update && \
yarnpkg \
mksh \
locales-all \
python3-pip \
python3-ldap \
libldap2-dev \
libssl-dev \
libsasl2-dev \
python3.9-dev
python3-dev
RUN pip install -U poetry tox
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment