Docker Fix dos unix malfunction in windows (#43)

lgtm
This commit is contained in:
Frank Hu
2024-10-14 05:27:28 +02:00
committed by GitHub
parent bb2871c1ab
commit fde29c73b5

View File

@@ -5,10 +5,14 @@ RUN apk add \
--no-cache \
bash \
git \
git-lfs
git-lfs\
dos2unix
COPY --chmod=755 ./assets-download.sh /assets-download.sh
#convert malformed line endings if cloned from Windows
RUN dos2unix /assets-download.sh
RUN /assets-download.sh 88e42f0cb3662ddc0dd263a4814206ce96d53214 assets
FROM python:3.10.14-bullseye as app