From 356dd29a2cd51dd272e4683cc52fb6ffe851725c Mon Sep 17 00:00:00 2001 From: Devin Dice Date: Sun, 22 Jan 2023 11:44:31 -0500 Subject: [PATCH] U22 changes --- configuration/Dockerfile.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configuration/Dockerfile.j2 b/configuration/Dockerfile.j2 index d9bbace..8f086e5 100644 --- a/configuration/Dockerfile.j2 +++ b/configuration/Dockerfile.j2 @@ -123,9 +123,9 @@ RUN wget -O user-install.sh https://raw.githubusercontent.com/c9/install/master/ # builder ################################################################################ {% if version == "22" %} -FROM ubuntu:22.04 as system +FROM ubuntu:22.04 as builder {% else %} -FROM ubuntu:20.04 as system +FROM ubuntu:20.04 as builder RUN sed -i 's#http://archive.ubuntu.com/ubuntu/#mirror://mirrors.ubuntu.com/mirrors.txt#' /etc/apt/sources.list; {% endif %}