We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a659b3 commit e090f1fCopy full SHA for e090f1f
Dockerfile
@@ -4,10 +4,12 @@ ARG IMAGE=intersystemsdc/iris-community:2020.2.0.204.0-zpm
4
ARG IMAGE=intersystemsdc/irishealth-community:2020.3.0.200.0-zpm
5
ARG IMAGE=intersystemsdc/iris-community:2020.3.0.200.0-zpm
6
ARG IMAGE=intersystemsdc/iris-community:2020.3.0.221.0-zpm
7
-ARG IMAGE=intersystemsdc/iris-community:2020.4.0.524.0-zpm
+ARG IMAGE=intersystemsdc/iris-community:2020.4.0.547.0-zpm
8
FROM $IMAGE
9
10
USER root
11
+## add git
12
+RUN apt update && apt-get -y install git
13
14
WORKDIR /opt/irisbuild
15
RUN chown ${ISC_PACKAGE_MGRUSER}:${ISC_PACKAGE_IRISGROUP} /opt/irisbuild
0 commit comments