mirror of
https://github.com/sartography/spiff-arena.git
synced 2025-03-01 01:20:45 +00:00
install vim-tiny instead of vim for security w/ burnettk
This commit is contained in:
parent
c2d515725a
commit
6664b52985
@ -18,7 +18,7 @@ FROM base AS deployment
|
|||||||
# vim ftw
|
# vim ftw
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&& apt-get clean -y \
|
&& 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/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
RUN pip install poetry==1.6.1
|
RUN pip install poetry==1.6.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user