Skip to content

Commit c95d869

Browse files
authored
added install git example
1 parent c4fdc0d commit c95d869

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ FROM $IMAGE
66

77
WORKDIR /home/irisowner/irisbuild
88

9+
## install git
10+
## USER root
11+
##RUN apt update && apt-get -y install git
12+
##USER ${ISC_PACKAGE_MGRUSER}
13+
914
ARG TESTS=0
1015
ARG MODULE="dc-sample-template"
1116
ARG NAMESPACE="IRISAPP"

0 commit comments

Comments
 (0)