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 <