Skip to content

Commit

Permalink
install git
Browse files Browse the repository at this point in the history
  • Loading branch information
Gcolon021 committed Jan 8, 2025
1 parent 54b0614 commit 5e1be56
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/pic-sure-hpds-etl/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
FROM maven:3.9.4-amazoncorretto-21 AS build

RUN yum update -y && yum install -y git && yum clean all

WORKDIR /app

COPY .m2 /root/.m2
Expand Down
2 changes: 2 additions & 0 deletions docker/pic-sure-hpds/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM maven:3.9.4-amazoncorretto-21 AS build

RUN yum update -y && yum install -y git && yum clean all

WORKDIR /app

COPY .m2 /root/.m2
Expand Down

0 comments on commit 5e1be56

Please sign in to comment.