Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions ubuntu2004-jdk11-python3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down