We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ac1783 commit 6b09f09Copy full SHA for 6b09f09
1 file changed
Dockerfile
@@ -7,6 +7,8 @@ ARG IMAGE=intersystemsdc/iris-community:2020.4.0.547.0-zpm
7
FROM $IMAGE
8
9
USER root
10
+## add git
11
+RUN apt update && apt-get -y install git
12
13
WORKDIR /opt/irisbuild
14
RUN chown ${ISC_PACKAGE_MGRUSER}:${ISC_PACKAGE_IRISGROUP} /opt/irisbuild
0 commit comments