modified: devops/Dockerfile
All checks were successful
/ build-docker-image (push) Successful in 13s

This commit is contained in:
2025-11-22 23:13:46 +00:00
parent d4e43d9921
commit c181b3bb33

View File

@@ -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 RUN git clone https://github.com/zsh-users/zsh-autosuggestions /home/vscode/.oh-my-zsh/custom/plugins/zsh-autosuggestions
# --- pip modules--- # --- pip modules---
RUM pip install openshift pyyaml RUN pip install openshift pyyaml
# --- copy assets --- # --- copy assets ---