add flags

This commit is contained in:
hackerESQ
2025-01-27 13:03:13 -06:00
parent c1009a19fb
commit 16fed7a8ca
+2
View File
@@ -10,6 +10,8 @@ ENV SELF_HOSTED=true
COPY . /var/www/app
WORKDIR /var/www/app
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 \
&& apt-get upgrade -y \