This commit is contained in:
parent
8423c1ebf2
commit
f1ec10528d
@ -10,5 +10,4 @@ RUN apt update
|
||||
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.15-101pika1_all.deb
|
||||
RUN apt policy libqt5core5t64
|
||||
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_0.2.15-101pika1_all.deb -o Dpkg::Options::="--force-confnew"
|
||||
|
@ -35,6 +35,12 @@ for file in srcnames_files:
|
||||
pkgname_lines.append(bin)
|
||||
file.close()
|
||||
|
||||
with open (current_path + "/package_srcnames/package_pkgnames_overrides") as file:
|
||||
lines = file.readlines()
|
||||
for line in lines:
|
||||
pkgname_lines.append(line.strip())
|
||||
file.close()
|
||||
|
||||
src_data = {
|
||||
'source_names': [source_name for source_name in srcname_lines],
|
||||
}
|
||||
|
1
package_pkgnames_overrides
Normal file
1
package_pkgnames_overrides
Normal file
@ -0,0 +1 @@
|
||||
libqt5core5t64
|
6
setup.sh
6
setup.sh
@ -55,9 +55,9 @@ wget https://github.com/PikaOS-Linux/pika-base-debian-container/raw/main/deb-mul
|
||||
mkdir -p /etc/apt/preferences.d/
|
||||
tee /etc/apt/preferences.d/0-pika-debian-settings <<'EOF'
|
||||
# Blacklist Packages from being pulled from debian experimental
|
||||
#Package: *libwebrtc-audio-processing* *selinux*
|
||||
#Pin: release a=experimental
|
||||
#Pin-Priority: -1
|
||||
Package: *libwebrtc-audio-processing* *selinux*
|
||||
Pin: release a=experimental
|
||||
Pin-Priority: -1
|
||||
|
||||
Package: *
|
||||
Pin: release o=Unofficial Multimedia Packages
|
||||
|
Loading…
Reference in New Issue
Block a user