You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Dockerfile 244B

123456789
  1. FROM gitea/gitea:1.8
  2. LABEL maintainer="Lukasz Jarosz <lukasz@jarosz.pl>"
  3. COPY files /
  4. RUN apk update && \
  5. apk add --no-cache mariadb mariadb-server-utils mariadb-client nginx pwgen su-exec python3 openssl && \
  6. pip3 install acme-tiny