mirror of
https://github.com/status-im/actions-hugo.git
synced 2025-02-20 00:18:13 +00:00
fix: BUILD_DEPS
This commit is contained in:
parent
6c2c819571
commit
89821efd90
@ -19,7 +19,7 @@ RUN apt-get update && \
|
|||||||
wget "${HUGO_URL}" && \
|
wget "${HUGO_URL}" && \
|
||||||
apt-get install -y --no-install-recommends "./${HUGO_NAME}.deb" && \
|
apt-get install -y --no-install-recommends "./${HUGO_NAME}.deb" && \
|
||||||
rm -rf "./${HUGO_NAME}.deb" "${HUGO_NAME}" && \
|
rm -rf "./${HUGO_NAME}.deb" "${HUGO_NAME}" && \
|
||||||
apt-get remove -y "${BUILD_DEPS}" && \
|
apt-get remove -y ${BUILD_DEPS} && \
|
||||||
apt-get autoremove -y && \
|
apt-get autoremove -y && \
|
||||||
apt-get clean && \
|
apt-get clean && \
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user