From d4e43d9921fe9d2afc808abd0f1a76b0013c508e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Sat, 22 Nov 2025 23:09:12 +0000 Subject: [PATCH] modified: devops/Dockerfile --- devops/Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/devops/Dockerfile b/devops/Dockerfile index ef6c417..2022197 100644 --- a/devops/Dockerfile +++ b/devops/Dockerfile @@ -63,6 +63,10 @@ RUN chsh -s /usr/bin/zsh vscode RUN git clone https://github.com/zdharma-continuum/fast-syntax-highlighting.git /home/vscode/.oh-my-zsh/custom/plugins/fast-syntax-highlighting RUN git clone https://github.com/zsh-users/zsh-autosuggestions /home/vscode/.oh-my-zsh/custom/plugins/zsh-autosuggestions +# --- pip modules--- +RUM pip install openshift pyyaml + + # --- copy assets --- COPY ./assets/.zshrc /home/vscode