#0000 - Update Dockerfile to adjust .gitignore URL for enhanced JetBrains support
This commit is contained in:
parent
5b995f1729
commit
9b7eff8a82
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue