mirror of
https://github.com/peaceiris/actions-gh-pages.git
synced 2025-07-15 14:43:21 +08:00
remove: rm command to cleanup apt cache
This commit is contained in:
parent
e3cf4a5678
commit
acef980b83
@ -4,8 +4,7 @@ RUN apk add --no-cache \
|
|||||||
bash \
|
bash \
|
||||||
git \
|
git \
|
||||||
openssh-client \
|
openssh-client \
|
||||||
ca-certificates && \
|
ca-certificates
|
||||||
rm -rf /var/lib/apt/lists/*
|
|
||||||
|
|
||||||
COPY entrypoint.sh /entrypoint.sh
|
COPY entrypoint.sh /entrypoint.sh
|
||||||
ENTRYPOINT [ "/entrypoint.sh" ]
|
ENTRYPOINT [ "/entrypoint.sh" ]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user