mirror of
https://github.com/clearlinux/dockerfiles.git
synced 2026-06-16 02:45:47 +00:00
Fix Dockerfile issues for postgresql and php
This commit is contained in:
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user