Skip to content

Commit

Permalink
chore: add coreutils for date CLI options
Browse files Browse the repository at this point in the history
  • Loading branch information
meysam81 committed Feb 8, 2024
1 parent 7347e5f commit e13897f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,8 @@ LABEL maintainer="Meysam <meysam@licenseware.io>"
COPY --from=entrypoint /usr/local/bin/dumb-init /usr/local/bin/dumb-init
COPY --from=build /azcopy/azcopy /usr/local/bin/

ENTRYPOINT [ "dumb-init", "--", "azcopy" ]
CMD [ "--help" ]
RUN apk add --update coreutils && \
rm -rf /var/cache/apk/*

ENTRYPOINT [ "dumb-init", "--" ]
CMD [ "azcopy", "--help" ]

0 comments on commit e13897f

Please sign in to comment.