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

Use poetry from pip again until 1.3.2 is in Debian

parent 68474e78
No related branches found
No related tags found
No related merge requests found
Pipeline #107945 passed
......@@ -21,14 +21,15 @@ RUN apt-get -y update && \
mariadb-client \
postgresql \
python3-dev \
python3-poetry
tox
tox \
python3-ldap \
python3-pip \
sudo \
yarnpkg \
default-libmysqlclient-dev
RUN pip3 install poetry
RUN apt-get clean && \
apt-get autoremove &&\
rm -rf /tmp/* /var/tmp/* && \
......
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