IF YOU WOULD LIKE TO GET AN ACCOUNT, please write an email to s dot adaszewski at gmail dot com. User accounts are meant only to report issues and/or generate pull requests. This is a purpose-specific Git hosting for ADARED projects. Thank you for your understanding!
Browse Source

Gitea build recipe seems to work

master
parent
commit
57a8ec9c7f
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      example/gitea/Fockerfile

+ 2
- 1
example/gitea/Fockerfile View File

@@ -4,6 +4,7 @@ steps:
- run:
- pkg install -y gmake go node npm
- run:
- pkg install -y ca_root_nss
- fetch https://github.com/go-gitea/gitea/releases/download/v1.11.4/gitea-src-1.11.4.tar.gz
- mkdir gitea-build
- cd gitea-build
@@ -12,4 +13,4 @@ steps:
- cd gitea-build
- TAGS="sqlite sqlite_unlock_notify pam" gmake build
- run:
- pkg install git
- pkg install -y git

Loading…
Cancel
Save