From 0dcfa3d062e664332ff7f848baf5dbd28338e16a Mon Sep 17 00:00:00 2001 From: Radon Rosborough Date: Sun, 7 Feb 2021 20:55:11 -0800 Subject: [PATCH] Work around really sad packaging error --- docker/packaging/install.bash | 9 +++++++++ docker/runtime/install.bash | 18 ++++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/docker/packaging/install.bash b/docker/packaging/install.bash index 01eddad..6d47b02 100755 --- a/docker/packaging/install.bash +++ b/docker/packaging/install.bash @@ -2,6 +2,9 @@ set -euxo pipefail +# See install.bash for the runtime image for much of the same, but +# with more comments. + mkdir /tmp/riju-work pushd /tmp/riju-work @@ -37,6 +40,12 @@ deb [arch=amd64] https://deb.nodesource.com/${node_repo} ${ubuntu_name} main deb [arch=amd64] https://dl.yarnpkg.com/debian/ stable main EOF +tee -a /etc/apt/preferences.d/riju >/dev/null <