Skip to content
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.

Commit

Permalink
Install git into image (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamran64 committed Mar 23, 2020
1 parent 3992c09 commit 13d64d2
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 @@ -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
Expand Down

0 comments on commit 13d64d2

Please sign in to comment.