We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4fdc0d commit c95d869Copy full SHA for c95d869
1 file changed
Dockerfile
@@ -6,6 +6,11 @@ FROM $IMAGE
6
7
WORKDIR /home/irisowner/irisbuild
8
9
+## install git
10
+## USER root
11
+##RUN apt update && apt-get -y install git
12
+##USER ${ISC_PACKAGE_MGRUSER}
13
+
14
ARG TESTS=0
15
ARG MODULE="dc-sample-template"
16
ARG NAMESPACE="IRISAPP"
0 commit comments