diff options
author | Johannes Stoelp <johannes.stoelp@gmail.com> | 2024-02-13 00:39:32 +0100 |
---|---|---|
committer | Johannes Stoelp <johannes.stoelp@gmail.com> | 2024-02-13 00:39:32 +0100 |
commit | eff60765ee91a900f665b84ae882a6e9158c1192 (patch) | |
tree | cb2aca23ea7e4975e8e533478219e8bf324894c7 /roles/git/files/gitolite-cgit/Dockerfile | |
parent | 10386c5e85154f94974b59e0f1c23f4302bde90e (diff) | |
download | ansible-memzero-eff60765ee91a900f665b84ae882a6e9158c1192.tar.gz ansible-memzero-eff60765ee91a900f665b84ae882a6e9158c1192.zip |
git: add rsyslog
Diffstat (limited to 'roles/git/files/gitolite-cgit/Dockerfile')
-rw-r--r-- | roles/git/files/gitolite-cgit/Dockerfile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/roles/git/files/gitolite-cgit/Dockerfile b/roles/git/files/gitolite-cgit/Dockerfile index dcaf1a0..e46aa21 100644 --- a/roles/git/files/gitolite-cgit/Dockerfile +++ b/roles/git/files/gitolite-cgit/Dockerfile @@ -4,12 +4,15 @@ RUN apk add --update-cache --upgrade --no-cache --purge \ gitolite openssh \ cgit nginx fcgiwrap spawn-fcgi \ py3-markdown py3-pygments \ - curl \ + rsyslog curl \ && rm -rf /var/cache/apk VOLUME /var/lib/git EXPOSE 22 80 +# -- rsyslogd +COPY etc/rsyslog.conf /etc + # -- sshd COPY etc/sshd_config /etc/ssh/sshd_config |