mirror of
https://github.com/lvgl/lvgl.git
synced 2026-08-17 18:22:42 +08:00
tests(dockerfile): resolve xargs failure caused by CRLF line endings (#10014)
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@ RUN apt update
|
||||
COPY ./scripts/prerequisites-apt.txt .
|
||||
COPY ./scripts/prerequisites-pip.txt .
|
||||
|
||||
RUN cat prerequisites-apt.txt | xargs apt install -y
|
||||
RUN cat prerequisites-apt.txt | tr -d '\r' | xargs apt install -y
|
||||
|
||||
RUN pip install --break-system-packages -r prerequisites-pip.txt
|
||||
|
||||
|
||||
Reference in New Issue
Block a user