This commit is contained in:
hackerESQ
2025-01-27 13:23:00 -06:00
parent 16fed7a8ca
commit 8c4d0fa1a1
2 changed files with 13 additions and 3 deletions
+1
View File
@@ -10,6 +10,7 @@ ENV SELF_HOSTED=true
COPY . /var/www/app
WORKDIR /var/www/app
# Allow PHP installs to be built cross-platform
ENV CFLAGS="-fstack-protector-strong -fpic -fPIC -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
# Install required packages