@@ -5,10 +5,14 @@ RUN apk add \
|
|||||||
--no-cache \
|
--no-cache \
|
||||||
bash \
|
bash \
|
||||||
git \
|
git \
|
||||||
git-lfs
|
git-lfs\
|
||||||
|
dos2unix
|
||||||
|
|
||||||
COPY --chmod=755 ./assets-download.sh /assets-download.sh
|
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
|
RUN /assets-download.sh 88e42f0cb3662ddc0dd263a4814206ce96d53214 assets
|
||||||
|
|
||||||
FROM python:3.10.14-bullseye as app
|
FROM python:3.10.14-bullseye as app
|
||||||
|
|||||||
Reference in New Issue
Block a user