Skip to content

Commit 3196ecb

Browse files
committed
small dockerfile mistake referencing install script
1 parent effbb36 commit 3196ecb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN make -C utils
2828
RUN mv utils/try-commit /bin
2929
RUN mv utils/try-summary /bin
3030
WORKDIR /srv/hs/deps/fstrace
31-
RUN install.sh
31+
RUN ./install.sh
3232
RUN fstrace install
3333
# WORKDIR /srv/hs/deps/pash
3434
# RUN ./scripts/setup-pash.sh

0 commit comments

Comments
 (0)