Skip to content

Commit

Permalink
Merge pull request #2699 from swcurran/remove-vim
Browse files Browse the repository at this point in the history
Remove tiny-vim from being added to the container image to reduce reported vulnerabilities from scanning
  • Loading branch information
swcurran authored Jan 6, 2024
2 parents 844abbb + 7583b4a commit 02910a2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ RUN apt-get update -y && \
net-tools \
openssl \
sqlite3 \
vim-tiny \
zlib1g && \
rm -rf /var/lib/apt/lists/* /usr/share/doc/*

Expand Down
1 change: 0 additions & 1 deletion docker/Dockerfile.indy
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ RUN apt-get update -y && \
net-tools \
openssl \
sqlite3 \
vim-tiny \
zlib1g && \
rm -rf /var/lib/apt/lists/* /usr/share/doc/*

Expand Down

0 comments on commit 02910a2

Please sign in to comment.