i386 base builder
This commit is contained in:
parent
dc3efa514e
commit
f3219aa49e
@ -7,7 +7,7 @@ RUN chmod +x ./setup.sh
|
|||||||
RUN ./setup.sh
|
RUN ./setup.sh
|
||||||
RUN apt update
|
RUN apt update
|
||||||
RUN wget http://ftp.us.debian.org/debian/pool/main/d/debhelper/debhelper_13.16_all.deb -O ./debhelper.deb
|
RUN wget http://ftp.us.debian.org/debian/pool/main/d/debhelper/debhelper_13.16_all.deb -O ./debhelper.deb
|
||||||
RUN apt install -y libc6 libc-bin libc6-dev ./debhelper.deb
|
RUN apt install -y libc6:i386 libc-bin:i386 libc6-dev:i386 libc6:amd64 ./debhelper.deb
|
||||||
RUN apt full-upgrade -y
|
RUN apt full-upgrade -y
|
||||||
RUN ln -fs /usr/share/zoneinfo/America/New_York /etc/localtime
|
RUN ln -fs /usr/share/zoneinfo/America/New_York /etc/localtime
|
||||||
RUN wget https://ppa.pika-os.com/pool/main/p/pika-pbuilder/pika-pbuilder_0.2.34-101pika1_all.deb -O ./pika-pbuilder.deb
|
RUN wget https://ppa.pika-os.com/pool/main/p/pika-pbuilder/pika-pbuilder_0.2.34-101pika1_all.deb -O ./pika-pbuilder.deb
|
||||||
|
Loading…
Reference in New Issue
Block a user