From 6e6f471f8d1439625cde6510656fdd8a147daa90 Mon Sep 17 00:00:00 2001 From: thelamer Date: Tue, 13 Feb 2024 13:37:15 -0800 Subject: [PATCH] remove manual codecs ingestion --- Dockerfile | 8 -------- README.md | 1 + readme-vars.yml | 1 + root/usr/bin/opera | 2 +- 4 files changed, 3 insertions(+), 9 deletions(-) diff --git a/Dockerfile b/Dockerfile index de434f6..618a405 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,14 +31,6 @@ RUN \ mv \ /usr/bin/opera \ /usr/bin/opera-real && \ - FFMPEG_DEB=$(curl -sL http://security.ubuntu.com/ubuntu/pool/universe/c/chromium-browser/ | awk -F'"' '/ffmpeg-extra/ && /amd64/ {print $8}' | tail -1) && \ - curl -o \ - /tmp/chromiumffmpeg.deb -L \ - "http://security.ubuntu.com/ubuntu/pool/universe/c/chromium-browser/${FFMPEG_DEB}" && \ - dpkg -i /tmp/chromiumffmpeg.deb && \ - mv \ - /usr/lib/chromium-browser/libffmpeg.so \ - /usr/lib/x86_64-linux-gnu/opera/libffmpeg.so && \ echo "**** cleanup ****" && \ apt-get autoclean && \ rm -rf \ diff --git a/README.md b/README.md index c496d3b..7680a76 100644 --- a/README.md +++ b/README.md @@ -334,6 +334,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 ## Versions +* **13.02.24:** - Remove manual codecs ingestion. * **10.02.24:** - Update Readme with new env vars and ingest proper PWA icon. * **06.01.24:** - Rebase to Debian Bookworm. * **09.04.23:** - Initial release. diff --git a/readme-vars.yml b/readme-vars.yml index ba28dc1..e4c5eb1 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -95,6 +95,7 @@ app_setup_block: | # changelog changelogs: + - { date: "13.02.24:", desc: "Remove manual codecs ingestion." } - { date: "10.02.24:", desc: "Update Readme with new env vars and ingest proper PWA icon." } - { date: "06.01.24:", desc: "Rebase to Debian Bookworm." } - { date: "09.04.23:", desc: "Initial release." } diff --git a/root/usr/bin/opera b/root/usr/bin/opera index b554cd9..07962dc 100755 --- a/root/usr/bin/opera +++ b/root/usr/bin/opera @@ -11,7 +11,7 @@ if [ -f /usr/lib/x86_64-linux-gnu/opera/localization/${LANG}.pak ]; then fi # Run normally on privved containers or modified un non priv -if grep -q 'Seccomp: 0' /proc/1/status; then +if grep -q 'Seccomp:.0' /proc/1/status; then ${BIN} --password-store=basic ${LANG_CLI} "$@" else ${BIN} --password-store=basic --no-sandbox --test-type ${LANG_CLI} "$@"