From f9250e3687af348ac8a9e1868a6b0dc6c33ac366 Mon Sep 17 00:00:00 2001 From: Peter Weber Date: Thu, 28 Apr 2022 09:06:49 +0200 Subject: [PATCH] deployment: fix poetry in Dockerfile.base Co-Authored-by: Peter Weber --- Dockerfile.base | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.base b/Dockerfile.base index 62054afa..8fcc646f 100644 --- a/Dockerfile.base +++ b/Dockerfile.base @@ -28,10 +28,10 @@ FROM python:3.9-slim-buster RUN apt-get upgrade -y && apt-get update -y RUN apt-get install --no-install-recommends -y git vim-tiny curl gcc g++ pkg-config gnupg libc6-dev libxml2-dev libxmlsec1-dev libxmlsec1-openssl xpdf xpdf-utils ghostscript imagemagick && rm -rf /var/lib/apt/lists/* RUN sed -i 's///g' /etc/ImageMagick-6/policy.xml -RUN pip install --upgrade wheel pip "poetry<1.1.0" +RUN pip install --upgrade wheel pip poetry # # Install Node -RUN curl -sL https://deb.nodesource.com/setup_12.x | bash - +RUN curl -sL https://deb.nodesource.com/setup_14.x | bash - RUN apt-get install --no-install-recommends -y nodejs && rm -rf /var/lib/apt/lists/* # Env variables