UNCLASSIFIED

Commit 8917ce3b authored by paulqualls's avatar paulqualls
Browse files

Added Copy of mmctl tar'd file and extraction to app folder

parent 7d7c0985
Pipeline #235668 passed with stages
in 3 minutes and 10 seconds
...@@ -10,6 +10,10 @@ COPY mattermost-admin-plugin-1.0.2-rc.tar.gz . ...@@ -10,6 +10,10 @@ COPY mattermost-admin-plugin-1.0.2-rc.tar.gz .
RUN tar xzvf mattermost-admin-plugin-1.0.2-rc.tar.gz RUN tar xzvf mattermost-admin-plugin-1.0.2-rc.tar.gz
COPY linux_amd64.tar .
RUN tar xvf linux_amd64.tar
FROM registry1.dso.mil/ironbank/docker/scratch:ironbank FROM registry1.dso.mil/ironbank/docker/scratch:ironbank
COPY --from=builder /app/ . COPY --from=builder /app/ .
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment