This commit is contained in:
Buzz 2024-08-21 13:53:16 +10:00 committed by GitHub
parent d303bc2d33
commit 6ae3502914
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 apt-utils gcc python3 fakeroot base patch file make git
RUN apt-get -y install gcc python3.7-minimal fakeroot base patch file make git
RUN apt-get clean
RUN useradd -m user && echo "user:password" | chpasswd