Some small fixes to composite image build

This commit is contained in:
Radon Rosborough 2021-01-23 20:07:58 -08:00
parent 3e0984936c
commit ceeec32c8f
2 changed files with 3 additions and 3 deletions

View File

@ -14,3 +14,5 @@ RUN /tmp/install.bash 6
RUN /tmp/install.bash 7
RUN /tmp/install.bash 8
RUN /tmp/install.bash 9
RUN rm /tmp/install.bash

View File

@ -10,7 +10,7 @@ function riju-curl {
function riju-apt-install {
riju-curl "$1" > "$(basename "$1")"
apt-get reinstall -y "./$(basename "$1")"
apt-get install -y "./$(basename "$1")"
}
pushd /tmp
@ -27,5 +27,3 @@ rm -rf *.deb
rm -rf /var/lib/apt/lists/*
popd
rm "$0"