Skip to content
Snippets Groups Projects
Verified Commit 16587f5d authored by Georg Krause's avatar Georg Krause
Browse files

Fix poetry installation

parent 2de631d0
Branches
No related tags found
No related merge requests found
Pipeline #18042 passed
...@@ -3,4 +3,5 @@ ARG pythonVer=3.7 ...@@ -3,4 +3,5 @@ ARG pythonVer=3.7
FROM python:${pythonVer}-slim FROM python:${pythonVer}-slim
RUN apt update && apt -y install git libpq-dev build-essential python3-dev \ RUN apt update && apt -y install git libpq-dev build-essential python3-dev \
libldap2-dev libsasl2-dev ffmpeg libmagic1 python3-poetry libldap2-dev libsasl2-dev ffmpeg libmagic1
RUN pip install poetry
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment