Add missing dependency
This commit is contained in:
parent
bbdceeab15
commit
801d0e15f9
1 changed files with 2 additions and 1 deletions
|
@ -20,7 +20,8 @@ ENV GITIT_VERSION 0.12.1.1+dfsg-6+b3
|
|||
|
||||
RUN apt-get update \
|
||||
&& apt-cache policy gitit \
|
||||
&& apt-get install -y --no-install-recommends mime-support gitit=$GITIT_VERSION \
|
||||
&& apt-get install -y --no-install-recommends \
|
||||
libghc-filestore-data mime-support gitit=$GITIT_VERSION \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
VOLUME ["/data"]
|
||||
|
|
Loading…
Reference in a new issue