Skip to content

Commit

Permalink
Merge pull request #26 from FuhuXia/add-coreutils
Browse files Browse the repository at this point in the history
add coreutils
  • Loading branch information
markdboyd authored Feb 6, 2024
2 parents 389a839 + 2f246e6 commit ae5983e
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 grep
RUN apk update && apk upgrade && apk add --no-cache bash jq curl grep coreutils
ADD entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/bin/bash", "/entrypoint.sh"]

0 comments on commit ae5983e

Please sign in to comment.