]> Git Repo - qemu.git/blobdiff - tests/docker/Makefile.include
tests/docker: add NOUSER for alpine image
[qemu.git] / tests / docker / Makefile.include
index 0ec59b21931f543425d5ae857326f024b602f906..286f0ac5b5281330da5ccd3d8bd56cef484296d7 100644 (file)
@@ -158,6 +158,9 @@ docker-image-debian-native: DOCKER_REGISTRY=
 docker-image-debian10: NOUSER=1
 docker-image-debian11: NOUSER=1
 
+# alpine has no adduser
+docker-image-alpine: NOUSER=1
+
 #
 # The build rule for hexagon-cross is special in so far for most of
 # the time we don't want to build it. While dockers caching does avoid
This page took 0.024524 seconds and 4 git commands to generate.