Skip to content

Commit

Permalink
feedback_management: Remove 'vim' from Dockerfile (#620)
Browse files Browse the repository at this point in the history
Signed-off-by: Yeoh, Hoong Tee <[email protected]>
Co-authored-by: Abolfazl Shahbazi <[email protected]>
  • Loading branch information
hteeyeoh and ashahba authored Sep 5, 2024
1 parent f1f866f commit b2e64d2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions comps/feedback_management/mongo/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ ENV LANG=C.UTF-8

RUN apt-get update -y && apt-get install -y --no-install-recommends --fix-missing \
build-essential \
libgl1-mesa-glx \
libjemalloc-dev \
vim
libgl1-mesa-glx

RUN useradd -m -s /bin/bash user && \
mkdir -p /home/user && \
Expand Down

0 comments on commit b2e64d2

Please sign in to comment.