Skip to content

Commit 1c033cc

Browse files
committed
try to strip CR
1 parent 53683d2 commit 1c033cc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ WORKDIR /home/user
1212
# even if they are modified.
1313
COPY . .
1414

15+
RUN nix-shell -p dos2unix --run 'find . -exec dos2unix {} +'
16+
1517
# Build the DiffDetective demo. This also all dependencies (e.g., DiffDetective
1618
# itselves) using the default nix binary cache.
1719
RUN nix-build

0 commit comments

Comments
 (0)