Skip to content

Commit

Permalink
RUN chmod +x /rootfs/*.sh; chmod +x /rootfs/usr/bin/*
Browse files Browse the repository at this point in the history
  • Loading branch information
sam#gemmi-win10 committed Oct 22, 2023
1 parent 5ec6bee commit 194e49e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions flux/src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ FROM infrastlabs/x11-base:deb12-rootfs as bin2
FROM ubuntu:20.04 as files1
COPY --from=bin /rootfs /rootfs/
COPY --from=bin2 /rootfs /rootfs/
RUN chmod +x /rootfs/conf/usr/bin/*

FROM ubuntu:20.04 as files2
# ARG TARGETPLATFORM
Expand All @@ -20,7 +19,7 @@ FROM ubuntu:20.04 as files2
# ADD src/etc /rootfs/etc
ADD src/svd.conf /rootfs/etc/supervisor/supervisord.conf
ADD src/sv.conf /rootfs/etc/supervisor/conf.d/sv.conf
RUN chmod +x /rootfs/*.sh
RUN chmod +x /rootfs/*.sh; chmod +x /rootfs/usr/bin/*

FROM ubuntu:20.04
ENV \
Expand Down

0 comments on commit 194e49e

Please sign in to comment.