Skip to content

Commit

Permalink
fix dockerfile build
Browse files Browse the repository at this point in the history
  • Loading branch information
erebe committed Dec 17, 2020
1 parent bc83da8 commit 7e8ac96
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 @@ -19,7 +19,7 @@ COPY . /mnt
RUN ar cru /usr/lib/libXss.a
RUN echo ' ld-options: -static -Wl,--unresolved-symbols=ignore-all' >> greenclip.cabal ; \
stack install --split-objs --ghc-options="-fPIC -fllvm"
RUN upx --ultra-brute /root/.local/bin/greenclip
#RUN upx --ultra-brute /root/.local/bin/greenclip



Expand Down

0 comments on commit 7e8ac96

Please sign in to comment.