File tree Expand file tree Collapse file tree 6 files changed +6
-0
lines changed Expand file tree Collapse file tree 6 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ WORKDIR /build
2020
2121# Copy entrypoint script
2222COPY utils/docker-entrypoint.sh /docker-entrypoint.sh
23+ RUN chmod +x /docker-entrypoint.sh
2324
2425# Add GLIB compat
2526COPY utils/compat /compat
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ WORKDIR /build
2929
3030# Copy entrypoint script
3131COPY utils/docker-entrypoint-arm.sh /docker-entrypoint.sh
32+ RUN chmod +x /docker-entrypoint.sh
3233
3334# Set entrypoint
3435ENTRYPOINT bash /docker-entrypoint.sh
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ WORKDIR /build
2929
3030# Copy entrypoint script
3131COPY utils/docker-entrypoint-arm.sh /docker-entrypoint.sh
32+ RUN chmod +x /docker-entrypoint.sh
3233
3334# Set entrypoint
3435ENTRYPOINT bash /docker-entrypoint.sh
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ WORKDIR /build
2020
2121# Copy entrypoint script
2222COPY utils/docker-entrypoint.sh /docker-entrypoint.sh
23+ RUN chmod +x /docker-entrypoint.sh
2324
2425# Add GLIB compat
2526COPY utils/compat /compat
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ WORKDIR /build
3434
3535# Copy entrypoint script
3636COPY utils/docker-entrypoint-osx.sh /docker-entrypoint.sh
37+ RUN chmod +x /docker-entrypoint.sh
3738
3839# Set entrypoint
3940ENTRYPOINT /docker-entrypoint.sh
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ WORKDIR /build
3434
3535# Copy entrypoint script
3636COPY utils/docker-entrypoint-osx.sh /docker-entrypoint.sh
37+ RUN chmod +x /docker-entrypoint.sh
3738
3839# Set entrypoint
3940ENTRYPOINT /docker-entrypoint.sh
You can’t perform that action at this time.
0 commit comments