Skip to content
Snippets Groups Projects
Commit 64b8df2c authored by Peter Onyisi's avatar Peter Onyisi Committed by Walter Lampl
Browse files

Fix for .gitconfig in dev containers

Fix for .gitconfig in dev containers
parent 4b142a98
No related branches found
No related tags found
2 merge requests!63915Daily merge of 23.0 into master,!63886Fix for .gitconfig in dev containers
......@@ -33,5 +33,8 @@ USER atlas
WORKDIR /home/atlas
RUN echo "cat /etc/motd" >> /home/atlas/.bashrc
# Add git to path, so that .gitconfig copy works properly
ENV PATH="${PATH}:/opt/rh/sclo-git212/root/usr/bin/"
# Set up the command to run when starting the image.
CMD /bin/bash
......@@ -14,7 +14,6 @@
"vscode": {
"settings": {
"terminal.integrated.shell.linux": "/bin/bash",
"git.path": "/opt/rh/sclo-git25/root/usr/bin/git",
"python.envFile": "${workspaceFolder}/../build/env.txt",
"python.linting.enabled": true,
"python.linting.pylintEnabled": false,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment