mirror of
https://github.com/status-im/actions-hugo.git
synced 2025-02-03 00:13:39 +00:00
fix: BUILD_DEPS
This commit is contained in:
parent
2245725e24
commit
6c2c819571
@ -15,7 +15,7 @@ ENV HUGO_URL="https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION
|
||||
ENV BUILD_DEPS="wget ca-certificates"
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install -y --no-install-recommends git "${BUILD_DEPS}" && \
|
||||
apt-get install -y --no-install-recommends git ${BUILD_DEPS} && \
|
||||
wget "${HUGO_URL}" && \
|
||||
apt-get install -y --no-install-recommends "./${HUGO_NAME}.deb" && \
|
||||
rm -rf "./${HUGO_NAME}.deb" "${HUGO_NAME}" && \
|
||||
|
Loading…
x
Reference in New Issue
Block a user