First commit
This commit is contained in:
commit
13079f56f7
1 changed files with 8 additions and 0 deletions
8
Dockerfile
Normal file
8
Dockerfile
Normal file
|
@ -0,0 +1,8 @@
|
|||
FROM codeberg.org/forgejo/forgejo:1.21.10-0
|
||||
|
||||
LABEL maintainer "GnousEU"
|
||||
|
||||
RUN apk --no-cache add asciidoctor pandoc sudo && \
|
||||
echo "git ALL=(nobody) NOPASSWD: /usr/bin/pandoc" >> /etc/sudoers && \
|
||||
echo "git ALL=(nobody) NOPASSWD: /usr/bin/asciidoctor" >> /etc/sudoers
|
||||
|
Loading…
Reference in a new issue