From ac8190c6bd91243fa2c2336cdf28a7d1761c63bb Mon Sep 17 00:00:00 2001 From: Moul <moul@moul.re> Date: Thu, 16 Jan 2020 19:02:42 +0200 Subject: [PATCH] [mod] Install Poetry stable - clients/python/silkaj/issues/249 --- 3.5/Dockerfile | 2 +- 3.6/Dockerfile | 2 +- 3.7/Dockerfile | 2 +- 3.8/Dockerfile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/3.5/Dockerfile b/3.5/Dockerfile index 639d6b4..1dd4c1c 100644 --- a/3.5/Dockerfile +++ b/3.5/Dockerfile @@ -6,4 +6,4 @@ apt install --yes libsodium23 make && \ rm -rf /var/lib/apt/lists # Install Poetry -RUN pip3 install poetry --pre +RUN pip3 install poetry diff --git a/3.6/Dockerfile b/3.6/Dockerfile index 5973727..5c50999 100644 --- a/3.6/Dockerfile +++ b/3.6/Dockerfile @@ -6,4 +6,4 @@ apt install --yes libsodium23 make && \ rm -rf /var/lib/apt/lists # Install Poetry -RUN pip3 install poetry --pre +RUN pip3 install poetry diff --git a/3.7/Dockerfile b/3.7/Dockerfile index c7051d5..b99bb99 100644 --- a/3.7/Dockerfile +++ b/3.7/Dockerfile @@ -6,4 +6,4 @@ apt install --yes libsodium23 make && \ rm -rf /var/lib/apt/lists # Install Poetry -RUN pip3 install poetry --pre +RUN pip3 install poetry diff --git a/3.8/Dockerfile b/3.8/Dockerfile index 506eb99..731f681 100644 --- a/3.8/Dockerfile +++ b/3.8/Dockerfile @@ -6,4 +6,4 @@ apt install --yes libsodium23 black make && \ rm -rf /var/lib/apt/lists # Install Poetry -RUN pip3 install poetry --pre +RUN pip3 install poetry -- GitLab