Striptests is not necessary anymore

This commit is contained in:
Oleg Grenrus
2018-09-10 15:58:49 +03:00
parent 259b1a5dc6
commit a68e3aeb26
2 changed files with 6 additions and 62 deletions

View File

@@ -16,7 +16,8 @@ COPY LICENSE Setup.hs shellcheck.hs ./
COPY src src
RUN cabal build Paths_ShellCheck && \
ghc -optl-static -optl-pthread -isrc -idist/build/autogen --make shellcheck -split-sections -optc-Wl,--gc-sections -optlo-Os && \
strip --strip-all shellcheck
strip --strip-all shellcheck && \
ls -l shellcheck
RUN mkdir -p /out/bin && \
cp shellcheck /out/bin/