sso-containers/files/images/hydra-sql/base/Dockerfile

14 lines
546 B
Docker
Raw Normal View History

2023-06-13 09:12:30 +02:00
ARG PHP_PKG_VERSION="8.1.19-r0"
ARG INSTALL_COMPOSER_DEPENDENCIES="0"
ARG INSTALL_NPM_DEPENDENCIES="0"
ARG ADDITIONAL_PACKAGES="git openssl php81-pdo_pgsql=${PHP_PKG_VERSION}"
FROM reg.cadoles.com/cadoles/symfony:alpine-php-8.1-base
ARG WORKDIR="files/images/hydra-sql/base"
RUN wget -O- -q --no-check-certificate https://forge.cadoles.com/Cadoles/Jenkins/raw/branch/master/resources/com/cadoles/common/add-letsencrypt-ca.sh | bash
RUN git clone "https://forge.cadoles.com/Cadoles/hydra-sql.git" /app/hydra-sql
RUN mv /app/hydra-sql/* /app/