Update debian_mini - drop node , lua etc to make it smaller
This commit is contained in:
parent
ca9c83518f
commit
d21344bb15
1 changed files with 4 additions and 4 deletions
|
@ -2,11 +2,11 @@ FROM --platform=i386 i386/debian:buster
|
|||
ARG DEBIAN_FRONTEND=noninteractive
|
||||
RUN apt-get clean && apt-get update && apt-get -y upgrade
|
||||
RUN apt-get -y install apt-utils gcc \
|
||||
python3 vim unzip ruby nodejs \
|
||||
python3 vim unzip \
|
||||
fakeroot dbus base whiptail hexedit \
|
||||
patch wamerican ucf manpages \
|
||||
file luajit make lua50 dialog curl \
|
||||
less cowsay netcat-openbsd git
|
||||
patch ucf \
|
||||
file make lua50 dialog curl \
|
||||
less netcat-openbsd git
|
||||
RUN useradd -m user && echo "user:password" | chpasswd
|
||||
|
||||
RUN cd /home/user && git clone --depth=1 https://github.com/ArduPilot/ardupilot
|
||||
|
|
Loading…
Add table
Reference in a new issue