mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-24 02:25:45 +03:00
Allow Docker image to be built on Windows
This commit is contained in:
parent
d48061b7e6
commit
6b95c11e78
1 changed files with 2 additions and 0 deletions
|
@ -179,11 +179,13 @@ RUN \
|
|||
libicu72 \
|
||||
libssl-dev \
|
||||
openssl \
|
||||
dos2unix \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
COPY --from=builder /install /usr/local
|
||||
COPY ./docker/start.py /start.py
|
||||
COPY ./docker/conf /conf
|
||||
RUN dos2unix /start.py
|
||||
|
||||
EXPOSE 8008/tcp 8009/tcp 8448/tcp
|
||||
|
||||
|
|
Loading…
Reference in a new issue