fix: BUILD_DEPS

This commit is contained in:
peaceiris 2019-07-03 21:03:14 +09:00
parent 6c2c819571
commit 89821efd90
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ RUN apt-get update && \
wget "${HUGO_URL}" && \
apt-get install -y --no-install-recommends "./${HUGO_NAME}.deb" && \
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 clean && \
rm -rf /var/lib/apt/lists/*