feat: Gitea Actions Workflow für automatischen Synapse-Image-Build
This commit is contained in:
+2
-1
@@ -1,2 +1,3 @@
|
||||
FROM matrixdotorg/synapse:latest
|
||||
ARG SYNAPSE_VERSION=latest
|
||||
FROM matrixdotorg/synapse:${SYNAPSE_VERSION}
|
||||
RUN pip install --no-cache-dir synapse-http-antispam
|
||||
Reference in New Issue
Block a user