Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
aviral-nayya authored May 18, 2023
1 parent 7671cc3 commit 7788027
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 @@ -9,6 +9,7 @@ RUN install ./contrib/semver /usr/local/bin
COPY entrypoint.sh /entrypoint.sh

RUN apk add --no-cache git
RUN chown -R $USER /github/workspace
RUN git config --global --add safe.directory /github/workspace
RUN apk update && apk add bash git curl jq

Expand Down

0 comments on commit 7788027

Please sign in to comment.