Allow Docker image to be built on Windows

This commit is contained in:
Travis Ralston 2024-07-09 10:03:06 -06:00
parent d48061b7e6
commit 6b95c11e78

View file

@ -179,11 +179,13 @@ RUN \
libicu72 \ libicu72 \
libssl-dev \ libssl-dev \
openssl \ openssl \
dos2unix \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
COPY --from=builder /install /usr/local COPY --from=builder /install /usr/local
COPY ./docker/start.py /start.py COPY ./docker/start.py /start.py
COPY ./docker/conf /conf COPY ./docker/conf /conf
RUN dos2unix /start.py
EXPOSE 8008/tcp 8009/tcp 8448/tcp EXPOSE 8008/tcp 8009/tcp 8448/tcp