Skip to content

Commit cf367bc

Browse files
author
Miguel Martínez Triviño
authored
fix: fix dockerfile to add missing deps (#132)
Signed-off-by: Miguel Martinez Trivino <[email protected]>
1 parent 5754153 commit cf367bc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Dockerfile

+4
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ LABEL description="Asset Relocation Tool for Kubernetes"
1111
LABEL maintainer="[email protected]"
1212
LABEL org.opencontainers.image.source https://github.com/vmware-tanzu/asset-relocation-tool-for-kubernetes
1313

14+
# Deps required for docker-login and the additional testing performed in the CI using this image
15+
# TODO: remove these dependencies
16+
RUN yum -y install diffutils jq
17+
1418
COPY assets/docker-login.sh /usr/local/bin/docker-login.sh
1519
COPY ./relok8s /usr/local/bin
1620
ENTRYPOINT ["/usr/local/bin/relok8s"]

0 commit comments

Comments
 (0)