UNCLASSIFIED

Commit 74bd9128 authored by Joshua Eason's avatar Joshua Eason
Browse files

Update Dockerfile

parent 691e727d
Pipeline #8460 passed with stage
......@@ -28,7 +28,7 @@ RUN dnf install -y autoconf make gcc cpp openssl-devel zlib-devel && \
make -j "$(nproc)" && \
make install && \
cd / && \
rm -rf /usr/src/ruby && \
rm -rf /usr/src/ruby-2.7.1 && \
dnf erase -y autoconf make openssl-devel zlib-devel && \
dnf clean all && \
rm -rf /var/cache/dnf/ /var/tmp/* /tmp/* /var/tmp/.???* /tmp/.???*
......
  • Pipeline Status: SUCCESS
    Branch: jeason

    graph LR
      0([setup]):::INTERNAL_SUCCESS --> 1([Import Artifacts]):::SUCCESS --> 2((/)):::INTERNAL_SUCCESS --> 3([Stage Artifacts]):::SUCCESS --> 4((/)):::INTERNAL_SUCCESS --> 5([Build]):::SUCCESS --> 6([Publish, Scan & Report]):::INTERNAL_NOT_BUILT
    
    classDef SUCCESS font-size:10px
    classDef FAILURE fill:#f44, font-size:10px
    classDef SKIPPED font-size:10px
    classDef ABORTED fill:#889, font-size:10px
    classDef INTERNAL_SUCCESS font-size:10px, stroke-dasharray: 2, 1
    classDef INTERNAL_FAILURE fill:#f44, font-size:10px, stroke-dasharray: 2, 1
    classDef INTERNAL_SKIPPED font-size:10px, stroke-dasharray: 2, 1
    classDef INTERNAL_ABORTED fill:#889, font-size:10px, stroke-dasharray: 2, 1
    
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