This commit is contained in:
hackerESQ
2025-01-27 14:26:40 -06:00
parent 9d48ebbad9
commit 19fb9a85fc
+1 -1
View File
@@ -11,7 +11,7 @@ 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"
#ENV CFLAGS="-fstack-protector-strong -fpic -fPIC -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
# Install required packages
RUN apt-get update && apt-get upgrade -y \