install vim-tiny instead of vim for security w/ burnettk

This commit is contained in:
jasquat 2023-10-19 15:01:39 -04:00
parent c2d515725a
commit 6664b52985

View File

@ -18,7 +18,7 @@ FROM base AS deployment
# vim ftw
RUN apt-get update \
&& apt-get clean -y \
&& apt-get install -y -q git-core curl gunicorn3 default-mysql-client vim \
&& apt-get install -y -q git-core curl gunicorn3 default-mysql-client vim-tiny \
&& rm -rf /var/lib/apt/lists/*
RUN pip install poetry==1.6.1