We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3196ecb commit 80a2eeeCopy full SHA for 80a2eee
1 file changed
Dockerfile
@@ -27,6 +27,7 @@ WORKDIR /srv/hs/deps/try
27
RUN make -C utils
28
RUN mv utils/try-commit /bin
29
RUN mv utils/try-summary /bin
30
+COPY .git/ .git/
31
WORKDIR /srv/hs/deps/fstrace
32
RUN ./install.sh
33
RUN fstrace install
0 commit comments