Loading workbench/Dockerfile +1 −3 Original line number Diff line number Diff line Loading @@ -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" && \ Loading Loading @@ -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 \ Loading Loading
workbench/Dockerfile +1 −3 Original line number Diff line number Diff line Loading @@ -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" && \ Loading Loading @@ -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 \ Loading