Skip to content

Commit

Permalink
package/docker-engine: add netcgo build tag
Browse files Browse the repository at this point in the history
Force Docker Engine to use the C DNS resolver.

Fixes some issues related to the Go DNS resolver.

Signed-off-by: Christian Stewart <christian@aperture.us>
  • Loading branch information
paralin committed Jul 28, 2023
1 parent 9e536f6 commit 1213e8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/docker-engine/docker-engine.mk
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ DOCKER_ENGINE_LDFLAGS = \
-X $(DOCKER_ENGINE_GOMOD)/dockerversion.InitCommitID="" \
-X $(DOCKER_ENGINE_GOMOD)/dockerversion.Version="$(DOCKER_ENGINE_VERSION)"

DOCKER_ENGINE_TAGS = cgo exclude_graphdriver_zfs
DOCKER_ENGINE_TAGS = cgo netcgo exclude_graphdriver_zfs
DOCKER_ENGINE_BUILD_TARGETS = cmd/dockerd cmd/docker-proxy

ifeq ($(BR2_PACKAGE_LIBAPPARMOR),y)
Expand Down

0 comments on commit 1213e8e

Please sign in to comment.