Skip to content

Commit

Permalink
Merge pull request #24 from cloud-gov/add-grep
Browse files Browse the repository at this point in the history
add grep
  • Loading branch information
markdboyd authored Nov 20, 2023
2 parents 51645c7 + 10b4812 commit 389a839
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
@@ -1,4 +1,4 @@
FROM cloudfoundry/cli:latest
RUN apk update && apk upgrade && apk add --no-cache bash jq curl
RUN apk update && apk upgrade && apk add --no-cache bash jq curl grep
ADD entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/bin/bash", "/entrypoint.sh"]

0 comments on commit 389a839

Please sign in to comment.