Compare commits

...

2 Commits

Author SHA1 Message Date
Travis Ralston
b1f5a25932 changelog 2024-07-09 10:06:38 -06:00
Travis Ralston
6b95c11e78 Allow Docker image to be built on Windows 2024-07-09 10:03:06 -06:00
2 changed files with 3 additions and 0 deletions

1
changelog.d/17425.misc Normal file
View File

@@ -0,0 +1 @@
Fix Docker image not building locally in some Windows environments.

View File

@@ -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