Skip to content

Commit

Permalink
Merge pull request #171 from dragoonis/patch-1
Browse files Browse the repository at this point in the history
Change ADD to COPY
  • Loading branch information
SharpEdgeMarshall authored Feb 11, 2019
2 parents d1ede0d + 2baefe9 commit 80efbb1
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
Expand Up @@ -4,6 +4,6 @@ RUN apk --no-cache add \
ca-certificates \
iptables

ADD build/bin/linux/kube2iam /bin/kube2iam
COPY build/bin/linux/kube2iam /bin/kube2iam

ENTRYPOINT ["kube2iam"]

0 comments on commit 80efbb1

Please sign in to comment.