UNCLASSIFIED

Commit df62cd11 authored by Mark Hermeling's avatar Mark Hermeling
Browse files

Simplifying

parent 848eb5da
Pipeline #423070 passed with stages
in 26 minutes and 53 seconds
......@@ -22,7 +22,7 @@ RUN yum -y update \
RUN rm -rf /usr/libexec/sudo/sesh
ARG CODESONAR_PACKAGE=codesonar-6.1p0.20210802-x86_64-pc-linux.tar.gz
ARG CODESONAR_PACKAGE=codesonar.tgz
ARG CODESONAR_HOME=/opt/codesonar-6.1p0
COPY ["${CODESONAR_PACKAGE}", "/opt"]
RUN tar -zxvf /opt/${CODESONAR_PACKAGE} -C /opt
......
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