Update debian_mini make smaller
This commit is contained in:
parent
7383c7cd2a
commit
136387f136
1 changed files with 5 additions and 5 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 \
|
||||
fakeroot dbus base whiptail hexedit \
|
||||
patch ucf \
|
||||
file make lua50 dialog curl \
|
||||
less netcat-openbsd git
|
||||
python3 vim \
|
||||
fakeroot dbus base \
|
||||
patch \
|
||||
file make dialog curl \
|
||||
less git
|
||||
RUN useradd -m user && echo "user:password" | chpasswd
|
||||
|
||||
RUN cd /home/user && git clone --depth=1 --recurse-submodules --shallow-submodules https://github.com/ArduPilot/ardupilot
|
||||
|
|
Loading…
Add table
Reference in a new issue