don't clear tmp file to check things
This commit is contained in:
parent
63c14487f3
commit
155961eaab
@ -56,7 +56,6 @@ RUN echo "**** install calibre ****" && \
|
||||
|
||||
RUN echo "**** cleanup ****" && \
|
||||
rm -rf \
|
||||
/tmp/* \
|
||||
/var/lib/apt/lists/* \
|
||||
/var/tmp/*
|
||||
|
||||
@ -72,8 +71,7 @@ RUN echo "**** s6 omsta;; ****" && \
|
||||
exit 1 ; \
|
||||
fi && \
|
||||
wget -P /tmp/ https://github.com/just-containers/s6-overlay/releases/download/v2.2.0.3/${s6_package} && \
|
||||
tar -xzf /tmp/${s6_package} -C / && \
|
||||
rm -rf /tmp/*
|
||||
tar -xzf /tmp/${s6_package} -C /
|
||||
|
||||
RUN echo *** Install Packages *** && \
|
||||
set -x && \
|
||||
|
@ -1 +1 @@
|
||||
2022.03.25-25
|
||||
2022.03.25-32
|
||||
|
Loading…
Reference in New Issue
Block a user