Commit e1da0715 authored by Scotty Logan's avatar Scotty Logan
Browse files

ignoring some packages for RedHat-ish docker builds

parent ee27f57b
Loading
Loading
Loading
Loading
+18 −0
Original line number Diff line number Diff line
# data/RedHat/docker.yaml
# defaults for Debian-based Docker systems
#
# we could remove sudo, but it requires a special
# environment variable to be set (SUDO_FORCE_REMOVE=yes)
---
base::packages::uninstall:
  - cloud-init
  - cronie
  - ethtool
  - iptables
  - dhclient
  - logrotate
  - man-pages
  - ntp
  - ntpdate
  - openssh-server
  - pciutils