From c181b3bb3384f5cec289b4e40750f0c6b384e75f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Sat, 22 Nov 2025 23:13:46 +0000 Subject: [PATCH] modified: devops/Dockerfile --- devops/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devops/Dockerfile b/devops/Dockerfile index 2022197..9b7fe1b 100644 --- a/devops/Dockerfile +++ b/devops/Dockerfile @@ -64,7 +64,7 @@ RUN git clone https://github.com/zdharma-continuum/fast-syntax-highlighting.git 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 +RUN pip install openshift pyyaml # --- copy assets ---