Skip to content

Commit

Permalink
Remove docker python package (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinx13 authored Jan 10, 2024
1 parent 8fde235 commit 33acc5f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packer/jenkins-agents/stock/configure-jenkins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ apt install -y build-essential
apt install -y python3 python3-pip
pip install -q poetry launchpadlib
apt install -y openjdk-17-jre-headless
pip install docker

#echo new cron into cron file
echo '0 * * * * docker system prune --all --force --filter "until=1h"' | crontab
Expand Down

0 comments on commit 33acc5f

Please sign in to comment.