i386 base builder
This commit is contained in:
parent
0d38f76b9e
commit
461e784de4
@ -12,4 +12,7 @@ RUN apt full-upgrade -y
|
||||
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 DEBIAN_FRONTEND=noninteractive apt-get install -y tzdata software-properties-common sudo devscripts git eatmydata bc cowbuilder gpg gpg-agent bison build-essential ccache cmake cpio fakeroot flex git kmod libelf-dev libncurses5-dev libssl-dev lz4 qtbase5-dev rsync schedtool wget zstd tar aptly devscripts dh-make rpm2cpio ./pika-pbuilder.deb -o Dpkg::Options::="--force-confnew"
|
||||
RUN apt install nodejs:amd64 -y
|
||||
RUN mkdir -p /__e/node16/bin/
|
||||
RUN ln -sfv /usr/bin/node /__e/node16/bin/
|
||||
RUN rm -rfv ./*.deb
|
||||
|
5
setup.sh
5
setup.sh
@ -79,8 +79,3 @@ Pin-Priority: 600
|
||||
EOF
|
||||
|
||||
wget https://github.com/PikaOS-Linux/pika-base-debian-container/raw/main/0-debian-exp-overrides -O /etc/apt/preferences.d/0-debian-exp-overrides
|
||||
|
||||
ln -fs /usr/share/zoneinfo/America/New_York /etc/localtime
|
||||
DEBIAN_FRONTEND=noninteractive apt-get install -y tzdata nodejs:amd64 -o Dpkg::Options::="--force-confnew"
|
||||
mkdir -p /__e/node16/bin/
|
||||
ln -sfv /usr/bin/node /__e/node16/bin/
|
||||
|
Loading…
Reference in New Issue
Block a user