Update debian_mini make even smaller
This commit is contained in:
parent
136387f136
commit
03b00acb1c
1 changed files with 2 additions and 6 deletions
|
@ -1,12 +1,8 @@
|
|||
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 \
|
||||
fakeroot dbus base \
|
||||
patch \
|
||||
file make dialog curl \
|
||||
less git
|
||||
RUN apt-get -y install apt-utils gcc python3 fakeroot base patch file make git
|
||||
RUN apt-get clean
|
||||
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