fix: correct openssh-client installation

This commit is contained in:
Glenn Y. Rolland 2021-05-08 17:27:36 +02:00
parent e34a6e96e1
commit 0ea318004a

View file

@ -19,9 +19,10 @@ ENV LANG en_US.utf8
ENV GITIT_VERSION 0.12.3.1+dfsg-1
RUN apt-get update \
&& apt-cache policy gitit openssh-client \
&& apt-cache policy gitit \
&& apt-get install -y --no-install-recommends \
libghc-filestore-data mime-support gitit=$GITIT_VERSION \
openssh-client \
&& rm -rf /var/lib/apt/lists/*
VOLUME ["/data"]