Update debian_mini
This commit is contained in:
parent
2179a5c5be
commit
da183b67d5
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,8 @@ FROM --platform=i386 i386/debian:buster-slim
|
|||
ARG DEBIAN_FRONTEND=noninteractive
|
||||
RUN apt-get clean && apt-get update
|
||||
# && apt-get -y upgrade
|
||||
RUN apt-get -y install gcc fakeroot python3 base patch file make git sudo g++ rsync curl iputils-ping
|
||||
#RUN apt-get -y install gcc fakeroot python3 base patch file make git sudo g++ rsync curl iputils-ping
|
||||
RUN apt-get -y install gcc fakeroot base patch file make git sudo g++ rsync
|
||||
RUN apt-get clean
|
||||
RUN useradd -m user && echo "user:password" | chpasswd
|
||||
RUN echo 'root:password' | chpasswd
|
||||
|
|
Loading…
Add table
Reference in a new issue