fix: correct openssh-client installation
This commit is contained in:
parent
e34a6e96e1
commit
0ea318004a
1 changed files with 2 additions and 1 deletions
|
@ -19,9 +19,10 @@ ENV LANG en_US.utf8
|
||||||
ENV GITIT_VERSION 0.12.3.1+dfsg-1
|
ENV GITIT_VERSION 0.12.3.1+dfsg-1
|
||||||
|
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&& apt-cache policy gitit openssh-client \
|
&& apt-cache policy gitit \
|
||||||
&& apt-get install -y --no-install-recommends \
|
&& apt-get install -y --no-install-recommends \
|
||||||
libghc-filestore-data mime-support gitit=$GITIT_VERSION \
|
libghc-filestore-data mime-support gitit=$GITIT_VERSION \
|
||||||
|
openssh-client \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
VOLUME ["/data"]
|
VOLUME ["/data"]
|
||||||
|
|
Loading…
Reference in a new issue