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

Use poetry 1.3.2 from Debian

parent c8582171
No related branches found
No related tags found
No related merge requests found
Pipeline #112059 passed
...@@ -24,12 +24,11 @@ RUN apt-get -y update && \ ...@@ -24,12 +24,11 @@ RUN apt-get -y update && \
tox \ tox \
python3-ldap \ python3-ldap \
python3-pip \ python3-pip \
python3-poetry \
sudo \ sudo \
yarnpkg \ yarnpkg \
default-libmysqlclient-dev default-libmysqlclient-dev
RUN pip3 install poetry
RUN apt-get clean && \ RUN apt-get clean && \
apt-get autoremove &&\ apt-get autoremove &&\
rm -rf /tmp/* /var/tmp/* && \ 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