Skip to content
This repository was archived by the owner on May 4, 2024. It is now read-only.

Commit c8110e8

Browse files
authored
[Build/WSL] Remove line-ending carriage returns in script files (#364)
1 parent 76c11e3 commit c8110e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/move-cli/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ ENV PATH "/opt/cargo/bin:/usr/lib/golang/bin:/opt/bin:${DOTNET_ROOT}:${DOTNET_RO
2020
RUN mkdir -p /github/home && \
2121
mkdir -p /opt/cargo/ && \
2222
mkdir -p /opt/git/ && \
23+
sed -i -e 's/\r$//' /move/scripts/*.sh && \
2324
/move/scripts/dev_setup.sh -t -b -p -y -d -g -n && \
2425
apt-get clean && \
2526
rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)