addressed comments

This commit is contained in:
Shubham Agrawal 2021-02-15 23:19:47 +05:30
parent 937b910001
commit f006eebba3
1 changed files with 0 additions and 1 deletions

View File

@ -1,6 +1,5 @@
FROM alpine:3.12
RUN apk add --no-cache ca-certificates git git-lfs openssh curl perl aws-cli
RUN aws --version
ADD posix/* /usr/local/bin/
ENTRYPOINT ["/usr/local/bin/clone"]