Skip to content

Commit

Permalink
fix: fix dockerfile to add missing deps (#132)
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel Martinez Trivino <mtrivino@vmware.com>
  • Loading branch information
Miguel Martínez Triviño authored Jan 11, 2022
1 parent 5754153 commit cf367bc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ LABEL description="Asset Relocation Tool for Kubernetes"
LABEL maintainer="tanzu-isv-engineering@groups.vmware.com"
LABEL org.opencontainers.image.source https://github.com/vmware-tanzu/asset-relocation-tool-for-kubernetes

# Deps required for docker-login and the additional testing performed in the CI using this image
# TODO: remove these dependencies
RUN yum -y install diffutils jq

COPY assets/docker-login.sh /usr/local/bin/docker-login.sh
COPY ./relok8s /usr/local/bin
ENTRYPOINT ["/usr/local/bin/relok8s"]
Expand Down

0 comments on commit cf367bc

Please sign in to comment.