diff --git a/Dockerfile b/Dockerfile index 3492c40..9618b0f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # https://github.com/containers/buildah/issues/1821 FROM quay.io/buildah/stable:v1.9.0 COPY extract.sh . -RUN yum -y install wget +RUN yum -y install wget git # Matching appsody binary does not exist in upstream. # Provide the proper version once it is available. ARG CLI_VERSION