Skip to content

Commit c891717

Browse files
authored
Update Dockerfile
1 parent bd88aa1 commit c891717

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker/Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ ARG APPENV
77
ENV APPMODE=$APPMODE
88
ENV APPENV=$APPENV
99

10+
RUN apt update
11+
RUN apt install git -y
1012
# Copy the current directory into the Docker image
1113
COPY . /mfe-customer-work
1214

0 commit comments

Comments
 (0)