drop python as still too small
This commit is contained in:
parent
6ae3502914
commit
6a093bf3e4
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
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 gcc python3.7-minimal fakeroot base patch file make git
|
||||
RUN apt-get -y install gcc fakeroot base patch file make git
|
||||
RUN apt-get clean
|
||||
RUN useradd -m user && echo "user:password" | chpasswd
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue