Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Exclude vim from image/packages #2015

Merged
merged 1 commit into from
Nov 30, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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