We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd88aa1 commit c891717Copy full SHA for c891717
docker/Dockerfile
@@ -7,6 +7,8 @@ ARG APPENV
7
ENV APPMODE=$APPMODE
8
ENV APPENV=$APPENV
9
10
+RUN apt update
11
+RUN apt install git -y
12
# Copy the current directory into the Docker image
13
COPY . /mfe-customer-work
14
0 commit comments