Skip to content

Commit 6b09f09

Browse files
committed
added git support
1 parent 3ac1783 commit 6b09f09

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ ARG IMAGE=intersystemsdc/iris-community:2020.4.0.547.0-zpm
77
FROM $IMAGE
88

99
USER root
10+
## add git
11+
RUN apt update && apt-get -y install git
1012

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

0 commit comments

Comments
 (0)