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:
parent
4f1a8802ce
commit
427bfd1170
4 changed files with 7 additions and 6 deletions
backend
changelog/entries/unreleased/refactor
deploy/all-in-one
web-frontend
|
@ -41,8 +41,6 @@ RUN apt-get update && \
|
|||
python3-pip \
|
||||
python3-dev \
|
||||
python3-venv\
|
||||
nano \
|
||||
vim \
|
||||
git \
|
||||
gosu \
|
||||
xmlsec1 \
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"type": "refactor",
|
||||
"message": "Remove vim and nano from dependencies",
|
||||
"issue_number": 2633,
|
||||
"bullet_points": [],
|
||||
"created_at": "2024-06-11"
|
||||
}
|
|
@ -56,8 +56,6 @@ RUN apt-get update && \
|
|||
tini \
|
||||
psmisc \
|
||||
gosu \
|
||||
nano \
|
||||
vim \
|
||||
gawk \
|
||||
git \
|
||||
xmlsec1 \
|
||||
|
|
|
@ -15,8 +15,6 @@ RUN apt-get update && \
|
|||
gnupg2 \
|
||||
dos2unix \
|
||||
tini \
|
||||
nano \
|
||||
vim \
|
||||
git \
|
||||
gosu \
|
||||
&& apt-get autoclean \
|
||||
|
|
Loading…
Add table
Reference in a new issue