Fix Dockerfile issues for postgresql and php

This commit is contained in:
William Douglas
2024-06-17 10:05:53 -07:00
parent 78b66a1980
commit e1d7e33abe
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -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
+1 -1
View File
@@ -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