From e1d7e33abeb5f45d2a10bb5ce5f51f23ee50bf92 Mon Sep 17 00:00:00 2001 From: William Douglas Date: Mon, 17 Jun 2024 10:05:53 -0700 Subject: [PATCH] Fix Dockerfile issues for postgresql and php --- php/Dockerfile | 1 + postgres/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/php/Dockerfile b/php/Dockerfile index f784968..2a532e7 100644 --- a/php/Dockerfile +++ b/php/Dockerfile @@ -2,6 +2,7 @@ ARG clear_ver FROM ghcr.io/clearlinux/os-core:$clear_ver AS core FROM clearlinux:latest AS builder +ARG clear_ver ARG swupd_args # Move to latest Clear Linux release to ensure # that the swupd command line arguments are diff --git a/postgres/Dockerfile b/postgres/Dockerfile index bd348c8..bc4a5e7 100644 --- a/postgres/Dockerfile +++ b/postgres/Dockerfile @@ -19,7 +19,7 @@ RUN source /os-release && \ mkdir /install_root \ && swupd os-install -V ${VERSION_ID} \ --path /install_root --statedir /swupd-state \ - --bundles=postgresql11,su-exec --no-boot-update + --bundles=postgresql,su-exec --no-boot-update # For some Host OS configuration with redirect_dir on, # extra data are saved on the upper layer when the same