mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-01-13 19:55:24 +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
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user