Some small fixes to composite image build
This commit is contained in:
parent
3e0984936c
commit
ceeec32c8f
|
@ -14,3 +14,5 @@ RUN /tmp/install.bash 6
|
||||||
RUN /tmp/install.bash 7
|
RUN /tmp/install.bash 7
|
||||||
RUN /tmp/install.bash 8
|
RUN /tmp/install.bash 8
|
||||||
RUN /tmp/install.bash 9
|
RUN /tmp/install.bash 9
|
||||||
|
|
||||||
|
RUN rm /tmp/install.bash
|
||||||
|
|
|
@ -10,7 +10,7 @@ function riju-curl {
|
||||||
|
|
||||||
function riju-apt-install {
|
function riju-apt-install {
|
||||||
riju-curl "$1" > "$(basename "$1")"
|
riju-curl "$1" > "$(basename "$1")"
|
||||||
apt-get reinstall -y "./$(basename "$1")"
|
apt-get install -y "./$(basename "$1")"
|
||||||
}
|
}
|
||||||
|
|
||||||
pushd /tmp
|
pushd /tmp
|
||||||
|
@ -27,5 +27,3 @@ rm -rf *.deb
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
popd
|
popd
|
||||||
|
|
||||||
rm "$0"
|
|
||||||
|
|
Loading…
Reference in New Issue