apt cleanup
This commit is contained in:
parent
4fb84bc0af
commit
afc649d6c8
@ -18,6 +18,7 @@ COPY --from=prep /tmp/hugo.deb /tmp/hugo.deb
|
|||||||
RUN \
|
RUN \
|
||||||
apt update && \
|
apt update && \
|
||||||
DEBIAN_FRONTEND=noninteractive apt -y upgrade && \
|
DEBIAN_FRONTEND=noninteractive apt -y upgrade && \
|
||||||
apt install -y /tmp/hugo.deb && rm /tmp/hugo.deb
|
apt install -y /tmp/hugo.deb && \
|
||||||
|
rm -rf /var/lib/apt/lists/ /tmp/hugo.deb
|
||||||
|
|
||||||
ENTRYPOINT [ "/usr/local/bin/hugo" ]
|
ENTRYPOINT [ "/usr/local/bin/hugo" ]
|
||||||
|
Loading…
Reference in New Issue
Block a user