From 1ed8770b5acee5cd3c41f671ba86d2b075e93da7 Mon Sep 17 00:00:00 2001 From: Henning Kuenne Date: Thu, 7 May 2026 13:06:21 +0200 Subject: [PATCH] Update build template --- shopify/builder/jinja_tpl/Dockerfile.jinja2 | 5 +++-- shopify/n18.19.0/p8.1/Dockerfile | 5 +++-- shopify/n18.19.0/p8.2/Dockerfile | 5 +++-- shopify/n18.19.0/p8.3/Dockerfile | 5 +++-- shopify/n20.11.0/p8.1/Dockerfile | 5 +++-- shopify/n20.11.0/p8.2/Dockerfile | 5 +++-- shopify/n20.11.0/p8.3/Dockerfile | 5 +++-- shopify/n24.15.0/p8.1/Dockerfile | 5 +++-- shopify/n24.15.0/p8.2/Dockerfile | 5 +++-- shopify/n24.15.0/p8.3/Dockerfile | 5 +++-- 10 files changed, 30 insertions(+), 20 deletions(-) diff --git a/shopify/builder/jinja_tpl/Dockerfile.jinja2 b/shopify/builder/jinja_tpl/Dockerfile.jinja2 index f2be92a..178ad8b 100644 --- a/shopify/builder/jinja_tpl/Dockerfile.jinja2 +++ b/shopify/builder/jinja_tpl/Dockerfile.jinja2 @@ -16,7 +16,8 @@ RUN apk add --no-cache \ icu \ linux-headers \ freetype libjpeg-turbo libpng libwebp \ - xdg-utils + xdg-utils \ + python3 g++ make py3-setuptools # add build dependencies RUN apk add --no-cache -t .build-deps \ @@ -24,7 +25,7 @@ RUN apk add --no-cache -t .build-deps \ libxml2-dev \ icu-dev \ freetype-dev libpng-dev libjpeg-turbo-dev libwebp-dev \ - autoconf g++ make && \ + autoconf && \ # install bundler for extension deployment gem install bundler && \ # configure xdebug diff --git a/shopify/n18.19.0/p8.1/Dockerfile b/shopify/n18.19.0/p8.1/Dockerfile index feb6d86..10e84d4 100644 --- a/shopify/n18.19.0/p8.1/Dockerfile +++ b/shopify/n18.19.0/p8.1/Dockerfile @@ -16,7 +16,8 @@ RUN apk add --no-cache \ icu \ linux-headers \ freetype libjpeg-turbo libpng libwebp \ - xdg-utils + xdg-utils \ + python3 g++ make py3-setuptools # add build dependencies RUN apk add --no-cache -t .build-deps \ @@ -24,7 +25,7 @@ RUN apk add --no-cache -t .build-deps \ libxml2-dev \ icu-dev \ freetype-dev libpng-dev libjpeg-turbo-dev libwebp-dev \ - autoconf g++ make && \ + autoconf && \ # install bundler for extension deployment gem install bundler && \ # configure xdebug diff --git a/shopify/n18.19.0/p8.2/Dockerfile b/shopify/n18.19.0/p8.2/Dockerfile index c9a4a97..bf22e6e 100644 --- a/shopify/n18.19.0/p8.2/Dockerfile +++ b/shopify/n18.19.0/p8.2/Dockerfile @@ -16,7 +16,8 @@ RUN apk add --no-cache \ icu \ linux-headers \ freetype libjpeg-turbo libpng libwebp \ - xdg-utils + xdg-utils \ + python3 g++ make py3-setuptools # add build dependencies RUN apk add --no-cache -t .build-deps \ @@ -24,7 +25,7 @@ RUN apk add --no-cache -t .build-deps \ libxml2-dev \ icu-dev \ freetype-dev libpng-dev libjpeg-turbo-dev libwebp-dev \ - autoconf g++ make && \ + autoconf && \ # install bundler for extension deployment gem install bundler && \ # configure xdebug diff --git a/shopify/n18.19.0/p8.3/Dockerfile b/shopify/n18.19.0/p8.3/Dockerfile index c3c3b13..c64ed9a 100644 --- a/shopify/n18.19.0/p8.3/Dockerfile +++ b/shopify/n18.19.0/p8.3/Dockerfile @@ -16,7 +16,8 @@ RUN apk add --no-cache \ icu \ linux-headers \ freetype libjpeg-turbo libpng libwebp \ - xdg-utils + xdg-utils \ + python3 g++ make py3-setuptools # add build dependencies RUN apk add --no-cache -t .build-deps \ @@ -24,7 +25,7 @@ RUN apk add --no-cache -t .build-deps \ libxml2-dev \ icu-dev \ freetype-dev libpng-dev libjpeg-turbo-dev libwebp-dev \ - autoconf g++ make && \ + autoconf && \ # install bundler for extension deployment gem install bundler && \ # configure xdebug diff --git a/shopify/n20.11.0/p8.1/Dockerfile b/shopify/n20.11.0/p8.1/Dockerfile index e8a4991..b8f05cf 100644 --- a/shopify/n20.11.0/p8.1/Dockerfile +++ b/shopify/n20.11.0/p8.1/Dockerfile @@ -16,7 +16,8 @@ RUN apk add --no-cache \ icu \ linux-headers \ freetype libjpeg-turbo libpng libwebp \ - xdg-utils + xdg-utils \ + python3 g++ make py3-setuptools # add build dependencies RUN apk add --no-cache -t .build-deps \ @@ -24,7 +25,7 @@ RUN apk add --no-cache -t .build-deps \ libxml2-dev \ icu-dev \ freetype-dev libpng-dev libjpeg-turbo-dev libwebp-dev \ - autoconf g++ make && \ + autoconf && \ # install bundler for extension deployment gem install bundler && \ # configure xdebug diff --git a/shopify/n20.11.0/p8.2/Dockerfile b/shopify/n20.11.0/p8.2/Dockerfile index 05b1b77..2dea0b9 100644 --- a/shopify/n20.11.0/p8.2/Dockerfile +++ b/shopify/n20.11.0/p8.2/Dockerfile @@ -16,7 +16,8 @@ RUN apk add --no-cache \ icu \ linux-headers \ freetype libjpeg-turbo libpng libwebp \ - xdg-utils + xdg-utils \ + python3 g++ make py3-setuptools # add build dependencies RUN apk add --no-cache -t .build-deps \ @@ -24,7 +25,7 @@ RUN apk add --no-cache -t .build-deps \ libxml2-dev \ icu-dev \ freetype-dev libpng-dev libjpeg-turbo-dev libwebp-dev \ - autoconf g++ make && \ + autoconf && \ # install bundler for extension deployment gem install bundler && \ # configure xdebug diff --git a/shopify/n20.11.0/p8.3/Dockerfile b/shopify/n20.11.0/p8.3/Dockerfile index 39fd9ff..5ea796a 100644 --- a/shopify/n20.11.0/p8.3/Dockerfile +++ b/shopify/n20.11.0/p8.3/Dockerfile @@ -16,7 +16,8 @@ RUN apk add --no-cache \ icu \ linux-headers \ freetype libjpeg-turbo libpng libwebp \ - xdg-utils + xdg-utils \ + python3 g++ make py3-setuptools # add build dependencies RUN apk add --no-cache -t .build-deps \ @@ -24,7 +25,7 @@ RUN apk add --no-cache -t .build-deps \ libxml2-dev \ icu-dev \ freetype-dev libpng-dev libjpeg-turbo-dev libwebp-dev \ - autoconf g++ make && \ + autoconf && \ # install bundler for extension deployment gem install bundler && \ # configure xdebug diff --git a/shopify/n24.15.0/p8.1/Dockerfile b/shopify/n24.15.0/p8.1/Dockerfile index 60ff55a..e6b36bc 100644 --- a/shopify/n24.15.0/p8.1/Dockerfile +++ b/shopify/n24.15.0/p8.1/Dockerfile @@ -16,7 +16,8 @@ RUN apk add --no-cache \ icu \ linux-headers \ freetype libjpeg-turbo libpng libwebp \ - xdg-utils + xdg-utils \ + python3 g++ make py3-setuptools # add build dependencies RUN apk add --no-cache -t .build-deps \ @@ -24,7 +25,7 @@ RUN apk add --no-cache -t .build-deps \ libxml2-dev \ icu-dev \ freetype-dev libpng-dev libjpeg-turbo-dev libwebp-dev \ - autoconf g++ make && \ + autoconf && \ # install bundler for extension deployment gem install bundler && \ # configure xdebug diff --git a/shopify/n24.15.0/p8.2/Dockerfile b/shopify/n24.15.0/p8.2/Dockerfile index ae0939a..3007487 100644 --- a/shopify/n24.15.0/p8.2/Dockerfile +++ b/shopify/n24.15.0/p8.2/Dockerfile @@ -16,7 +16,8 @@ RUN apk add --no-cache \ icu \ linux-headers \ freetype libjpeg-turbo libpng libwebp \ - xdg-utils + xdg-utils \ + python3 g++ make py3-setuptools # add build dependencies RUN apk add --no-cache -t .build-deps \ @@ -24,7 +25,7 @@ RUN apk add --no-cache -t .build-deps \ libxml2-dev \ icu-dev \ freetype-dev libpng-dev libjpeg-turbo-dev libwebp-dev \ - autoconf g++ make && \ + autoconf && \ # install bundler for extension deployment gem install bundler && \ # configure xdebug diff --git a/shopify/n24.15.0/p8.3/Dockerfile b/shopify/n24.15.0/p8.3/Dockerfile index 8e1f17b..21ab23b 100644 --- a/shopify/n24.15.0/p8.3/Dockerfile +++ b/shopify/n24.15.0/p8.3/Dockerfile @@ -16,7 +16,8 @@ RUN apk add --no-cache \ icu \ linux-headers \ freetype libjpeg-turbo libpng libwebp \ - xdg-utils + xdg-utils \ + python3 g++ make py3-setuptools # add build dependencies RUN apk add --no-cache -t .build-deps \ @@ -24,7 +25,7 @@ RUN apk add --no-cache -t .build-deps \ libxml2-dev \ icu-dev \ freetype-dev libpng-dev libjpeg-turbo-dev libwebp-dev \ - autoconf g++ make && \ + autoconf && \ # install bundler for extension deployment gem install bundler && \ # configure xdebug