1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-04-18 03:13:47 +00:00

Remove vim and nano from deps

This commit is contained in:
Petr Stribny 2024-06-11 11:58:57 +02:00
parent 4f1a8802ce
commit 427bfd1170
4 changed files with 7 additions and 6 deletions
backend
changelog/entries/unreleased/refactor
deploy/all-in-one
web-frontend

View file

@ -41,8 +41,6 @@ RUN apt-get update && \
python3-pip \
python3-dev \
python3-venv\
nano \
vim \
git \
gosu \
xmlsec1 \

View file

@ -0,0 +1,7 @@
{
"type": "refactor",
"message": "Remove vim and nano from dependencies",
"issue_number": 2633,
"bullet_points": [],
"created_at": "2024-06-11"
}

View file

@ -56,8 +56,6 @@ RUN apt-get update && \
tini \
psmisc \
gosu \
nano \
vim \
gawk \
git \
xmlsec1 \

View file

@ -15,8 +15,6 @@ RUN apt-get update && \
gnupg2 \
dos2unix \
tini \
nano \
vim \
git \
gosu \
&& apt-get autoclean \