Fix fakesilence src directory being copied over binary.
parent
9a913f103a
commit
fc3a58c430
|
@ -1,7 +1,7 @@
|
||||||
FROM busybox
|
FROM busybox
|
||||||
|
|
||||||
WORKDIR /target/usr/local/bin/
|
WORKDIR /target/usr/local/bin/
|
||||||
COPY . .
|
COPY *.sh .
|
||||||
RUN chmod -v +x *.sh
|
RUN chmod -v +x *.sh
|
||||||
|
|
||||||
###
|
###
|
||||||
|
|
Loading…
Reference in New Issue