Pin versions in apt get install DOK-DL3008
Bug risk
Major
4 months ago4 months old
Pin versions in apt get install. Instead of apt-get install <package> use apt-get install <package>=<version>
10RUN apt-get install -y python3
11RUN apt-get install -y python3-pip
12RUN apt-get install -y net-tools
13RUN apt-get install -y cpio14RUN pip3 install --upgrade pip
15RUN pip3 install pyresttest
16
Pin versions in apt get install. Instead of apt-get install <package> use apt-get install <package>=<version>
 9RUN apt-get install -y libreadline-dev
10RUN apt-get install -y python3
11RUN apt-get install -y python3-pip
12RUN apt-get install -y net-tools13RUN apt-get install -y cpio
14RUN pip3 install --upgrade pip
15RUN pip3 install pyresttest
Pin versions in apt get install. Instead of apt-get install <package> use apt-get install <package>=<version>
 8RUN apt-get install -y apt-utils
 9RUN apt-get install -y libreadline-dev
10RUN apt-get install -y python3
11RUN apt-get install -y python3-pip12RUN apt-get install -y net-tools
13RUN apt-get install -y cpio
14RUN pip3 install --upgrade pip
Pin versions in apt get install. Instead of apt-get install <package> use apt-get install <package>=<version>
 7RUN apt-get update
 8RUN apt-get install -y apt-utils
 9RUN apt-get install -y libreadline-dev
10RUN apt-get install -y python311RUN apt-get install -y python3-pip
12RUN apt-get install -y net-tools
13RUN apt-get install -y cpio
Pin versions in apt get install. Instead of apt-get install <package> use apt-get install <package>=<version>
 6
 7RUN apt-get update
 8RUN apt-get install -y apt-utils
 9RUN apt-get install -y libreadline-dev10RUN apt-get install -y python3
11RUN apt-get install -y python3-pip
12RUN apt-get install -y net-tools