From 66630509c4d5649467e8ede615081c9d1017f71d Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sat, 9 Sep 2023 18:28:44 +0300
Subject: [PATCH] Workbench: Remove PDM.

I've had enough for today.
---
 workbench/Dockerfile | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/workbench/Dockerfile b/workbench/Dockerfile
index 2cf856e..f54ced0 100644
--- a/workbench/Dockerfile
+++ b/workbench/Dockerfile
@@ -232,8 +232,6 @@ RUN apt-get update && \
     && \
     pipx install chalice && \
     pipx install curator-opensearch && \
-    pipx install 'pdm>=2' && \
-    pipx inject pdm pdm-packer && \
     npm install --global \
         corepack \
         @playwright/test \
@@ -271,7 +269,6 @@ RUN apt-get update && \
     fab --print-completion-script bash > /etc/bash_completion.d/fabric && \
     helm completion bash > /etc/bash_completion.d/helm && \
     semver-bump completion bash > /etc/bash_completion.d/semver-bump && \
-    pdm completion bash > /etc/bash_completion.d/pdm && \
     kompose completion bash > /etc/bash_completion.d/kompose && \
     skaffold completion bash > /etc/bash_completion.d/skaffold && \
     kustomize completion bash > /etc/bash_completion.d/kustomize && \
-- 
GitLab