Docker: No longer install Vim in server

This commit is contained in:
Gernot Schulz 2020-08-19 09:43:35 +02:00 committed by Finn Stutzenstein
parent 9a2d3a3760
commit 251296f42f
No known key found for this signature in database
GPG Key ID: 9042F605C6324654
1 changed files with 1 additions and 2 deletions

View File

@ -37,8 +37,7 @@ RUN apt-get install --no-install-recommends -y \
iputils-ping \
netcat \
procps \
traceroute \
vim
traceroute
# Install saml requirements
RUN apt-get install --no-install-recommends -y \