Add docker-ce to package update exclusion list

This commit is contained in:
Ethan Paul 2020-03-21 13:15:52 -04:00
parent 6a825e1dd7
commit 09892ddc3d
No known key found for this signature in database
GPG Key ID: D0E2CBF1245E92BF
1 changed files with 1 additions and 1 deletions

View File

@ -11,4 +11,4 @@ omni_pkg_repos: true
omni_pkg_bindings: true
omni_pkg_update: false
omni_pkg_clean: false
omni_pkg_exclude: ["kernel*"]
omni_pkg_exclude: ["kernel*", "docker-ce"]