Skip to content

Commit

Permalink
Update Dockerfile (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
timlinux committed Jul 11, 2023
1 parent 2833747 commit e55ecab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -3,6 +3,6 @@ LABEL maintainer="Michael Hausenblas, hausenbl@amazon.com"

COPY action.sh /action.sh

RUN apk add --no-cache bash && chmod +x /action.sh
RUN apk add --no-cache bash build-base && chmod +x /action.sh

ENTRYPOINT ["/action.sh"]

0 comments on commit e55ecab

Please sign in to comment.