Skip to content
Snippets Groups Projects
Verified Commit cf1881ff authored by psy's avatar psy
Browse files

call ldconfig as otherwise libwebp7 will not be found by hugo

parent 7e4f15ef
Branches
No related tags found
No related merge requests found
...@@ -4,5 +4,6 @@ ENV DEBIAN_FRONTEND=noninteractive ...@@ -4,5 +4,6 @@ ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get -qq update && \ RUN apt-get -qq update && \
apt-get -qq dist-upgrade && \ apt-get -qq dist-upgrade && \
apt-get -qq install hugo libwebp-dev && \ apt-get -qq install hugo && \
apt-get -qq clean apt-get -qq clean && \
ldconfig
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment