|
|
@ -76,7 +76,7 @@ RUN mv pg_hba.conf /etc/postgresql/${PSQLV:?}/main/pg_hba.conf |
|
|
|
### |
|
|
|
|
|
|
|
# dowload gitea |
|
|
|
RUN wget https://dl.gitea.io/gitea/${GITEAV:?}/gitea-${GITEAV:?}-linux-amd64 && \ |
|
|
|
RUN wget --progress=dot:giga https://dl.gitea.io/gitea/${GITEAV:?}/gitea-${GITEAV:?}-linux-amd64 && \ |
|
|
|
mv gitea-${GITEAV:?}-linux-amd64 /usr/local/bin/gitea && \ |
|
|
|
chmod +x /usr/local/bin/gitea |
|
|
|
|
|
|
|