Skip to content

Commit

Permalink
File permissions fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
snoyberg committed Nov 23, 2016
1 parent c03a829 commit 464f16a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ docker run --rm \
-v $(pwd)/build-home:/home/build \
fpco/static-base \
/bin/bash -c \
'tar zxfv /sdist.tar.gz && cd pid1-* && stack install --test --local-bin-path /host-bin --ghc-options "-optl-static -fPIC -optc-Os" && upx --best --ultra-brute /host-bin/pid1'
'chown $(id -u) $HOME && rm -rf $HOME/pid1-* && tar zxfv /sdist.tar.gz && cd pid1-* && stack install --test --local-bin-path /host-bin --ghc-options "-optl-static -fPIC -optc-Os" && upx --best --ultra-brute /host-bin/pid1'


cat > build-docker/Dockerfile <<EOF
Expand Down

0 comments on commit 464f16a

Please sign in to comment.