Skip to content

Commit

Permalink
add curl to runtime image
Browse files Browse the repository at this point in the history
  • Loading branch information
motoki317 committed Jul 10, 2023
1 parent 1542187 commit 63fdfd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ FROM alpine:3
WORKDIR /work

# Install commands for deploy scripts
RUN apk add --no-cache git openssh
RUN apk add --no-cache git openssh curl
RUN mkdir -p /root/.ssh && ssh-keyscan github.com >> /root/.ssh/known_hosts

COPY --from=installer /yq /usr/local/bin/
Expand Down

0 comments on commit 63fdfd4

Please sign in to comment.