Skip to content

Commit

Permalink
Installs vim in the docker containers
Browse files Browse the repository at this point in the history
Signed-off-by: Cyrille Bollu <[email protected]>
  • Loading branch information
Cyrille Bollu committed Apr 23, 2024
1 parent 8d3b43e commit 2ebeff2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ COPY --from=build /opt/roadmap /opt/roadmap
COPY --from=build /usr/local/bundle /usr/local/bundle

RUN apt-get update && \
apt-get -y install libpq5 libmariadb3 libyaml-0-2 libxml2 openssl bison libjpeg62-turbo libpng16-16 imagemagick libxrender1 libxext6
apt-get -y install vim libpq5 libmariadb3 libyaml-0-2 libxml2 openssl bison libjpeg62-turbo libpng16-16 imagemagick libxrender1 libxext6

# for testing purpose
#CMD exec /bin/bash -c "trap : TERM INT; sleep infinity & wait"
2 changes: 1 addition & 1 deletion Dockerfile-dev
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN apt-get update && \
mv -f ./ugent/public/* ./public && \
mv bin/rails_without_spring bin/rails

RUN apt-get -y install libpq5 libmariadb3 libyaml-0-2 libxml2 openssl bison libjpeg62-turbo libpng16-16 imagemagick libxrender1 libxext6
RUN apt-get -y vim install libpq5 libmariadb3 libyaml-0-2 libxml2 openssl bison libjpeg62-turbo libpng16-16 imagemagick libxrender1 libxext6

# For debugging
RUN mkdir app/assets/builds
Expand Down

0 comments on commit 2ebeff2

Please sign in to comment.