pubtester/Dockerfile.gotosocial
Luna 6d4c031fb6 add GoToSocial in a draft state
does not federate properly
see #3 (comment)
2023-01-22 19:44:54 -03:00

5 lines
170 B
Text

FROM superseriousbusiness/gotosocial:0.6.0
USER root
RUN apk add ca-certificates
COPY ./minica.pem /usr/local/share/ca-certificates/minica.crt
RUN update-ca-certificates