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

[python-pimped] poetry 1.0.0 has been released

parent a0e09cd0
No related branches found
No related tags found
No related merge requests found
Pipeline #356 passed
...@@ -3,7 +3,6 @@ MAINTAINER Teckids e.V. <verein@teckids.org> ...@@ -3,7 +3,6 @@ MAINTAINER Teckids e.V. <verein@teckids.org>
ENV LANG=C.UTF-8 ENV LANG=C.UTF-8
ENV DEBIAN_FRONTEND=noninteractive ENV DEBIAN_FRONTEND=noninteractive
ENV POETRY_VERSION=1.0.0b9
RUN apt-get -y update && \ RUN apt-get -y update && \
apt-get -f -y install \ apt-get -f -y install \
...@@ -17,7 +16,7 @@ RUN apt-get -y update && \ ...@@ -17,7 +16,7 @@ RUN apt-get -y update && \
sudo \ sudo \
yarnpkg yarnpkg
RUN pip install "poetry==${POETRY_VERSION}" tox RUN pip install poetry tox
RUN apt-get clean && \ RUN apt-get clean && \
apt-get autoremove &&\ apt-get autoremove &&\
......
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