fix 1091 not the greatest option but for backwards compatibility we need it like this
This commit is contained in:
parent
2864a85364
commit
7ac7cd300b
|
|
@ -25,7 +25,7 @@ RUN apt update \
|
||||||
"$USER"
|
"$USER"
|
||||||
|
|
||||||
COPY bin/*.sh /home/user/bin/
|
COPY bin/*.sh /home/user/bin/
|
||||||
RUN chmod +x /home/user/bin/*.sh
|
RUN chmod -R a+rx /home/user
|
||||||
WORKDIR /home/user/bin
|
WORKDIR /home/user/bin
|
||||||
USER user
|
USER user
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
v0.4.1
|
v0.4.2
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue