Skip to content

Commit

Permalink
fix: BUILD_DEPS
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Jul 3, 2019
1 parent 6c2c819 commit 89821ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/*
Expand Down

0 comments on commit 89821ef

Please sign in to comment.