Skip to content

Commit

Permalink
Exclude vim from image/packages (signalfx#2015)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreyc-splunk authored Nov 30, 2021
1 parent 303e0fc commit 2001965
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -300,8 +300,7 @@ RUN apt update &&\
host \
iproute2 \
netcat \
netcat.openbsd \
vim
netcat.openbsd

COPY scripts/collect-libs /opt/collect-libs

Expand Down Expand Up @@ -330,7 +329,6 @@ ENV useful_bins=" \
/usr/bin/host \
/usr/bin/realpath \
/usr/bin/tail \
/usr/bin/vim \
"
RUN mkdir -p /opt/root/lib &&\
/opt/collect-libs /opt/root/lib ${useful_bins}
Expand Down

0 comments on commit 2001965

Please sign in to comment.