Update debian_mini add g++ and sudo
This commit is contained in:
parent
f2e2376577
commit
ba108640ee
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ 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
|
||||
RUN apt-get -y install gcc fakeroot python3 base patch file make git sudo g++
|
||||
RUN apt-get clean
|
||||
RUN useradd -m user && echo "user:password" | chpasswd
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue