Skip to content

Commit

Permalink
Removes apt-get installed packages from Dockerfile (#1112)
Browse files Browse the repository at this point in the history
* remove apt-get installed packages
  • Loading branch information
claraberendsen committed Feb 9, 2024
1 parent 9c2ad95 commit 34340b5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions jenkins-scripts/docker/lib/boilerplate_prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,6 @@ fi
output_dir=$WORKSPACE/output
work_dir=$WORKSPACE/work

# TODO: Check for docker package
NEEDED_HOST_PACKAGES="git python-setuptools python-psutil qemu-user-static gpgv squid-deb-proxy bc"
# python-argparse is integrated in libpython2.7-stdlib since raring
# Check for precise in the HOST system (not valid DISTRO variable)
if [[ $(lsb_release -sr | cut -c 1-5) == '12.04' ]]; then
Expand Down

0 comments on commit 34340b5

Please sign in to comment.