From 3112995d4a8125b5a15256dc096adee359bdfb7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Jandre?= Date: Tue, 6 Aug 2024 09:34:31 -0300 Subject: [PATCH] fix community build --- Makefile | 2 +- ubuntu2004-jdk11-python3/Dockerfile | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d5b3c41..94a9a8d 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ define build_tag endef .PHONY: all -all: ubuntu1404 ubuntu1604 ubuntu1804 ubuntu1804-jdk11 +all: ubuntu1404 ubuntu1604 ubuntu1804 ubuntu1804-jdk11 ubuntu2004-jdk11-python3 .PHONY: ubuntu1404 ubuntu1404: ## Build ubuntu1404 image diff --git a/ubuntu2004-jdk11-python3/Dockerfile b/ubuntu2004-jdk11-python3/Dockerfile index 46666b8..a6f89a4 100644 --- a/ubuntu2004-jdk11-python3/Dockerfile +++ b/ubuntu2004-jdk11-python3/Dockerfile @@ -43,6 +43,7 @@ RUN apt-get update -y && \ python-setuptools \ curl \ wget \ + jq \ sudo && \ curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash - && \ apt-get install -y --no-install-recommends \