Update debian_mini - drop node , lua etc to make it smaller

This commit is contained in:
Buzz 2024-08-21 12:59:19 +10:00 committed by GitHub
parent ca9c83518f
commit d21344bb15
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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