UNCLASSIFIED

Commit 59e25b72 authored by Austin Denton's avatar Austin Denton
Browse files

Update dockerfile

parent 822c3ffb
Pipeline #217898 passed with stages
in 47 minutes and 14 seconds
...@@ -19,6 +19,8 @@ COPY --from=base \ ...@@ -19,6 +19,8 @@ COPY --from=base \
/lib/x86_64-linux-gnu/libbz2.so.1.0 \ /lib/x86_64-linux-gnu/libbz2.so.1.0 \
/usr/lib64/ /usr/lib64/
COPY prebuildfs /
RUN dnf update -y --nodocs && \ RUN dnf update -y --nodocs && \
dnf install -y curl tar gzip ca-certificates libxml2 procps glibc-langpack-en && \ dnf install -y curl tar gzip ca-certificates libxml2 procps glibc-langpack-en && \
dnf clean all && \ dnf clean all && \
......
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