Skip to content

Commit

Permalink
Add force remove to docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
yenienserrano committed Jan 30, 2025
1 parent a53f378 commit 2b56076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-tools/test-packages/test-packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ clean() {
RETRY_COUNT=$((RETRY_COUNT + 1))
done
echo "Container removed. Removing the image"
docker rmi $CONTAINER_NAME
docker rmi -f $CONTAINER_NAME
}

# Check if files exist and are owned by wazuh-dashboard
Expand Down

0 comments on commit 2b56076

Please sign in to comment.