feat: add openssh-client for automatic push on wiki mirror
This commit is contained in:
parent
d9ef70f5f9
commit
5c871cc47a
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
## Dockerfile for gitit
|
||||
FROM debian:stretch-slim
|
||||
FROM debian:buster-slim
|
||||
MAINTAINER Glenn Y. Rolland <glenux@glenux.net>
|
||||
|
||||
ENV DEBIAN_FRONTEND noninteractive
|
||||
|
@ -19,7 +19,7 @@ ENV LANG en_US.utf8
|
|||
ENV GITIT_VERSION 0.12.1.1+dfsg-6+b3
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-cache policy gitit \
|
||||
&& apt-cache policy gitit openssh-client \
|
||||
&& apt-get install -y --no-install-recommends \
|
||||
libghc-filestore-data mime-support gitit=$GITIT_VERSION \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
|
Loading…
Reference in a new issue