Browse Source

feat(podman): Add debian source for repository

Signed-off-by: Jeremy MAURO <jeremy.mauro@gmail.com>
Jeremy MAURO 3 năm trước cách đây
mục cha
commit
1c028e4e85
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      cookbooks/workstation/recipes/_podman.rb

+ 1 - 0
cookbooks/workstation/recipes/_podman.rb

@@ -8,6 +8,7 @@ apt_repository 'devel_kubic_libcontainer_stable' do
   arch 'amd64'
   uri 'http://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/Debian_11/'
   distribution '/'
+  deb_src true
   action :add
 end