summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2023-03-12 10:02:00 +0100
committernicolargo <nicolas@nicolargo.com>2023-03-12 10:02:00 +0100
commit28b46a72a42949fd5e81396c65a4797a06db69a3 (patch)
tree07f7f42f31ea1af3acbf5dd2c23d79ee7bc7caeb /Makefile
parent43291246de969abef0acfcc9fe1841cd0ac95d9c (diff)
Avoid interaction in the Docker build process for Ubuntu images
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6953d09d..ec39bbb1 100644
--- a/Makefile
+++ b/Makefile
@@ -133,7 +133,7 @@ flatpak: venv-dev-upgrade ## Generate FlatPack JSON file
# Docker
# ===================================================================
-docker: docker-alpine ## Generate local docker images
+docker: docker-alpine docker-ubuntu## Generate local docker images
docker-alpine: ## Generate local docker images (Alpine)
docker build --target full -f ./docker-files/alpine.Dockerfile -t glances:local-alpine-full .