Skip to content
Snippets Groups Projects
Commit 7e097f34 authored by Malte Finsterwalder's avatar Malte Finsterwalder
Browse files

use default sygnal docker image; run apt upgrade

parent 2e1c672a
No related branches found
No related tags found
No related merge requests found
FROM matrixdotorg/synapse
RUN apt-get update && apt-get install -y gettext-base
RUN apt-get update && apt-get upgrade -y && apt-get install -y gettext-base
COPY data /data
COPY start.sh /start.sh
......
FROM gitlab.holi.team:5050/app/holi-chat-server/sygnal_pushkey_fix:latest
FROM matrixdotorg/sygnal
RUN apt-get update && apt-get install -y gettext-base
RUN apt-get update && apt-get upgrade -y && apt-get install -y gettext-base
COPY data-push-gateway/sygnal.yaml.template /data/sygnal.yaml.template
COPY generate-push-gateway-config.sh /generate-push-gateway-config.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment