Skip to content

Commit 464f16a

Browse files
committed
File permissions fixes
1 parent c03a829 commit 464f16a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-docker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ docker run --rm \
1616
-v $(pwd)/build-home:/home/build \
1717
fpco/static-base \
1818
/bin/bash -c \
19-
'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'
19+
'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'
2020

2121

2222
cat > build-docker/Dockerfile <<EOF

0 commit comments

Comments
 (0)