From fb18f2b1d37e7f89ad83e4752b2b0f687dfafb35 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sat, 9 Sep 2023 16:46:59 +0300 Subject: [PATCH] Workbench: Small pdm fix. --- workbench/Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/workbench/Dockerfile b/workbench/Dockerfile index da20c9b..2da3377 100644 --- a/workbench/Dockerfile +++ b/workbench/Dockerfile @@ -158,8 +158,6 @@ RUN apt-get update && \ xdg-user-dirs \ zip \ && \ - sed -i 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/; s/# en_IL UTF-8/en_IL UTF-8/; s/# he_IL.UTF-8 UTF-8/he_IL.UTF-8 UTF-8/;' /etc/locale.gen && \ - locale-gen && \ export PIP_CONSTRAINT=/tmp/constraint.txt && \ echo 'resolvelib==0.5.4' > "$PIP_CONSTRAINT" && \ echo 'Cython < 3.0' >> "$PIP_CONSTRAINT" && \ @@ -235,7 +233,7 @@ RUN apt-get update && \ pipx install chalice && \ pipx install curator-opensearch && \ pipx install pdm && \ - pipx inject pdm pdm-packer pdm-publish && \ + pipx inject pdm six pdm-packer pdm-publish && \ npm install --global \ corepack \ @playwright/test \ -- GitLab