Skip to content

Commit

Permalink
Add missed bash dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
judaew committed Jul 5, 2023
1 parent a0b1e56 commit 19176bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ LABEL repository="http://github.com/judaew/luacheck-action"
LABEL homepage="http://github.com/judaew/luacheck-action"
LABEL maintainer="Vadym-Valdis Yudaiev"

RUN apk add --no-cache bash
COPY --from=build /usr/local /usr/local
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x entrypoint.sh
Expand Down

0 comments on commit 19176bb

Please sign in to comment.