Skip to content

Commit 9de355d

Browse files
Update dockerfiles/dnf/Dockerfile
Co-authored-by: treydock <treydock@gmail.com>
1 parent 489656f commit 9de355d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

dockerfiles/dnf/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ COPY src/ /usr/local/bin/
2222
RUN chmod -R 0755 /usr/local/bin/
2323

2424
COPY entrypoint.sh /entrypoint.sh
25+
RUN chmod 0755 /entrypoint.sh
2526

2627
# Allow non-root to run buildah commands
2728
RUN setcap cap_setuid=ep "$(command -v newuidmap)" && \

0 commit comments

Comments
 (0)