Skip to content

Use WORKDIR instead of proliferating instructions like RUN cd … && do-something, which are hard to read, troubleshoot, and maintain.

Issue created from vulnerability 31735447

Description:

RUN if [ "x${FLAVOUR}" != "xslim" ] ; then tar -cf - /src/sql | tar -C /artifacts/ -xvf - && cd src/sql && ../../usr/local/bin/gettdb && rm -fv .7z && cd ../../ && ln -s src/sql/TDB_full_world_.sql && ln -s src/sql && ln -s -t opt/trinitycore/ /src/sql ; fi'

Identifiers:

Scanner:

  • Name: kics