Skip to content

Commit

Permalink
Fix Dockerfile
Browse files Browse the repository at this point in the history
target `distclean` did not exist in Makefile
target `dist-clean-local` works.
  • Loading branch information
rmetzler authored Mar 19, 2018
1 parent 7fd9e86 commit 25ded98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ RUN apt-get update && \
make -j8 && \
make check && \
make install && \
make distclean ) && \
make dist-clean-local ) && \
(cd oniguruma-5.9.6 && \
make uninstall ) && \
apt-get purge -y \
Expand Down

0 comments on commit 25ded98

Please # to comment.