Skip to content

Commit e090f1f

Browse files
committed
add git support
1 parent 4a659b3 commit e090f1f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ ARG IMAGE=intersystemsdc/iris-community:2020.2.0.204.0-zpm
44
ARG IMAGE=intersystemsdc/irishealth-community:2020.3.0.200.0-zpm
55
ARG IMAGE=intersystemsdc/iris-community:2020.3.0.200.0-zpm
66
ARG IMAGE=intersystemsdc/iris-community:2020.3.0.221.0-zpm
7-
ARG IMAGE=intersystemsdc/iris-community:2020.4.0.524.0-zpm
7+
ARG IMAGE=intersystemsdc/iris-community:2020.4.0.547.0-zpm
88
FROM $IMAGE
99

1010
USER root
11+
## add git
12+
RUN apt update && apt-get -y install git
1113

1214
WORKDIR /opt/irisbuild
1315
RUN chown ${ISC_PACKAGE_MGRUSER}:${ISC_PACKAGE_IRISGROUP} /opt/irisbuild

0 commit comments

Comments
 (0)