UNCLASSIFIED

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

Update Dockerfile

parent 8f36953d
Pipeline #211850 canceled with stages
...@@ -22,11 +22,11 @@ RUN yum -y update \ ...@@ -22,11 +22,11 @@ RUN yum -y update \
RUN rm -rf /usr/libexec/sudo/sesh RUN rm -rf /usr/libexec/sudo/sesh
ARG CODESONAR_PACKAGE=codesonar-5.4p0.20200911-x86_64-pc-linux.tar.gz ARG CODESONAR_PACKAGE=codesonar-6.0p0.20210331-x86_64-pc-linux.tar.gz
COPY ["${CODESONAR_PACKAGE}", "/opt"] COPY ["${CODESONAR_PACKAGE}", "/opt"]
RUN tar -zxvf /opt/${CODESONAR_PACKAGE} -C /opt RUN tar -zxvf /opt/${CODESONAR_PACKAGE} -C /opt
RUN rm -rf /opt/${CODESONAR_PACKAGE} RUN rm -rf /opt/${CODESONAR_PACKAGE}
RUN ln -s /opt/codesonar-5.4p0 /opt/codesonar RUN ln -s /opt/codesonar-6.0p0 /opt/codesonar
RUN useradd -ms /bin/bash codesonar RUN useradd -ms /bin/bash codesonar
# remove some packages that are not needed # remove some packages that are not needed
......
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