Remove 'vim' from all Dockerfiles (#663)

Signed-off-by: Abolfazl Shahbazi <abolfazl.shahbazi@intel.com>
Co-authored-by: lvliang-intel <liang1.lv@intel.com>
This commit is contained in:
Abolfazl Shahbazi
2024-08-28 08:30:49 -07:00
committed by GitHub
parent 7a0fca73e6
commit 1874dfd148
12 changed files with 1 additions and 13 deletions

View File

@@ -8,7 +8,6 @@ FROM python:3.11-slim
RUN apt-get update -y && apt-get install -y --no-install-recommends --fix-missing \
libgl1-mesa-glx \
libjemalloc-dev \
vim \
git
RUN useradd -m -s /bin/bash user && \