'Generic Commit'
Some checks failed
dropshell-build / build (push) Failing after 6s

This commit is contained in:
Your Name 2025-06-06 19:47:47 +12:00
parent 35a4670e8f
commit ab0dd78505

View File

@ -97,7 +97,7 @@ RUN curl -LO https://ftp.postgresql.org/pub/source/v${POSTGRES_VERSION}/postgres
make install && \
cd / && rm -rf /tmp/postgresql-${POSTGRES_VERSION} /tmp/postgresql-${POSTGRES_VERSION}.tar.gz
RUN ls /usr/local/include/pgsql/pg_config.h
RUN ls /usr/local/pgsql/include/pg_config.h
#ARG DROGON_VERSION=1.9.5
RUN git clone --recurse-submodules https://github.com/drogonframework/drogon.git /tmp/drogon && \