Skip to content
Snippets Groups Projects
Commit 1c15e9cf authored by Clayton, Brandon Scott's avatar Clayton, Brandon Scott
Browse files

fix docker file

parent eb948b89
No related branches found
No related tags found
1 merge request!36update ci-cd
...@@ -29,7 +29,7 @@ ENV GIT_NSHMP_PASSWORD ${git_password} ...@@ -29,7 +29,7 @@ ENV GIT_NSHMP_PASSWORD ${git_password}
WORKDIR ${workdir} WORKDIR ${workdir}
RUN yum install -y java-11-openjdk which git RUN yum install -y glibc-langpack-en java-11-openjdk which git
COPY build.gradle . COPY build.gradle .
COPY .git .git COPY .git .git
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment