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

View File

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