You've already forked dyndns-client
							
							fix: use podman as default container runtime
This commit is contained in:
		
							
								
								
									
										2
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
									
									
									
									
								
							| @@ -7,7 +7,7 @@ PREFIX     ?= /usr/local | |||||||
| EXECUTABLE := dyndns-client | EXECUTABLE := dyndns-client | ||||||
|  |  | ||||||
| # CONTAINER_RUNTIME | # CONTAINER_RUNTIME | ||||||
| CONTAINER_RUNTIME ?= $(shell which docker) | CONTAINER_RUNTIME ?= $(shell which podman) | ||||||
|  |  | ||||||
| # BUILD_IMAGE | # BUILD_IMAGE | ||||||
| BUILD_IMAGE_REGISTRY_HOST   := docker.io | BUILD_IMAGE_REGISTRY_HOST   := docker.io | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user