fix: BUILD_DEPS
This commit is contained in:
parent
2245725e24
commit
6c2c819571
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue