diff options
author | Johannes Stoelp <johannes.stoelp@gmail.com> | 2022-12-30 14:59:11 +0100 |
---|---|---|
committer | Johannes Stoelp <johannes.stoelp@gmail.com> | 2022-12-30 14:59:11 +0100 |
commit | ad21e610481ae8b39a314dd5b9d6e16732b5943a (patch) | |
tree | 2188c091ad423a97b3ea13dc3a6d34fa880a30ab /roles | |
parent | 701b0d2eb11e7457a26d21d351f83780b7214a58 (diff) | |
download | ansible-memzero-ad21e610481ae8b39a314dd5b9d6e16732b5943a.tar.gz ansible-memzero-ad21e610481ae8b39a314dd5b9d6e16732b5943a.zip |
git: add curl to gitolite container for webhooks
Diffstat (limited to 'roles')
-rw-r--r-- | roles/git/files/gitolite-cgit/Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/git/files/gitolite-cgit/Dockerfile b/roles/git/files/gitolite-cgit/Dockerfile index 509a611..d2cf5d4 100644 --- a/roles/git/files/gitolite-cgit/Dockerfile +++ b/roles/git/files/gitolite-cgit/Dockerfile @@ -4,6 +4,7 @@ RUN apk add --update-cache --upgrade --no-cache --purge \ gitolite openssh \ cgit nginx fcgiwrap spawn-fcgi \ py3-markdown py3-pygments \ + curl \ && rm -rf /var/cache/apk VOLUME /var/lib/git |