Skip to content

Commit 2d960dc

Browse files
Update dockerfiles/dnf/Dockerfile
Co-authored-by: treydock <treydock@gmail.com> Signed-off-by: Travis Cotton <trcotton@lanl.gov>
1 parent ae92a56 commit 2d960dc

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)