- Update Dockerfile to adjust .gitignore URL for enhanced JetBrains support

This commit is contained in:
Guillaume "B.B." Van Hemmen 2025-06-25 18:38:28 +00:00
parent 5b995f1729
commit 9b7eff8a82

View file

@ -43,7 +43,7 @@ RUN useradd -m -s /bin/bash -G sudo coder && \
RUN echo "PS1='🐳 \[\033[1;36m\] \[\033[1;34m\]\W\[\033[0;35m\] \[\033[1;36m\]# \[\033[0m\]'" > /home/coder/.bashrc && \
mkdir -p /workspaces && \
chown coder:coder /home/coder/.bashrc && \
chown -R coder:coder /workspaces && \
chown -R coder:coder /workspaces \
# Run trivy to scan the system. Exit code is set to 0 as 1 would never allow to pass the scan due to debian known vulns
RUN curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sh -s -- -b /usr/local/bin \