Skip to content

Commit

Permalink
feat: kubectl support kustomize remote git repo
Browse files Browse the repository at this point in the history
  • Loading branch information
bin.hu committed Aug 24, 2023
1 parent 084daaf commit f685a45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.loadtester
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ ARG TARGETPLATFORM

RUN addgroup -S app && \
adduser -S -g app app && \
apk --no-cache add ca-certificates curl jq libgcc wrk hey
apk --no-cache add ca-certificates curl jq libgcc wrk hey git

WORKDIR /home/app

Expand Down

0 comments on commit f685a45

Please sign in to comment.