Dockerfile Security Check |
DS029 |
'apt-get' missing '--no-install-recommends' |
HIGH |
'--no-install-recommends' flag is missed: 'apt-get update && apt-get -y install curl gnupg2 && curl -O https://packages.erlang-solutions.com/erlang-solutions_1.0_all.deb && dpkg -i erlang-solutions_1.0_all.deb && apt-get update && apt-get -y install esl-erlang=1:${OTP_VERSION}\* elixir=${ELIXIR_VERSION}\* git make clang-9 autoconf automake libtool locales openssl libssl-dev && sed -i 's/^# \(en_US.UTF-8 UTF-8\)/\1/' /etc/locale.gen && locale-gen'
https://avd.aquasec.com/misconfig/ds029
|