Remove separate chmod

This commit is contained in:
TheSpad 2022-11-23 19:23:27 +00:00
parent c1e8211ef7
commit fb53f2e1bc
No known key found for this signature in database
GPG key ID: 08F06191F4587860
3 changed files with 0 additions and 3 deletions

View file

@ -91,7 +91,6 @@ RUN \
/app \
/config \
/defaults && \
chmod +x /docker-mods && \
echo "**** cleanup ****" && \
rm -rf \
/tmp/*

View file

@ -91,7 +91,6 @@ RUN \
/app \
/config \
/defaults && \
chmod +x /docker-mods && \
echo "**** add qemu ****" && \
curl -o \
/usr/bin/qemu-aarch64-static -L \

View file

@ -91,7 +91,6 @@ RUN \
/app \
/config \
/defaults && \
chmod +x /docker-mods && \
echo "**** add qemu ****" && \
curl -o \
/usr/bin/qemu-arm-static -L \