We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53683d2 commit 1c033ccCopy full SHA for 1c033cc
1 file changed
Dockerfile
@@ -12,6 +12,8 @@ WORKDIR /home/user
12
# even if they are modified.
13
COPY . .
14
15
+RUN nix-shell -p dos2unix --run 'find . -exec dos2unix {} +'
16
+
17
# Build the DiffDetective demo. This also all dependencies (e.g., DiffDetective
18
# itselves) using the default nix binary cache.
19
RUN nix-build
0 commit comments