[bitnami/mariadb] fix #85833 missing docker-entrypoint-startdb.d (#85843)

Signed-off-by: antoinetran <antoinetran@users.noreply.github.com>
This commit is contained in:
antoinetran
2025-09-12 16:50:58 +02:00
committed by GitHub
parent c425b2ef53
commit e175e78109

View File

@@ -44,7 +44,7 @@ RUN apt-get update && apt-get upgrade -y && \
apt-get clean && rm -rf /var/lib/apt/lists /var/cache/apt/archives
RUN chmod g+rwX /opt/bitnami
RUN find / -perm /6000 -type f -exec chmod a-s {} \; || true
RUN mkdir /docker-entrypoint-initdb.d
RUN mkdir /docker-entrypoint-initdb.d /docker-entrypoint-startdb.d
RUN uninstall_packages curl
COPY rootfs /