We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19fb404 commit 4e7d560Copy full SHA for 4e7d560
docker/Dockerfile
@@ -31,7 +31,7 @@ ENV PYTHONDONTWRITEBYTECODE=1
31
ENV DEB_BUILD_OPTIONS="nocheck parallel=$(nproc)"
32
33
# Configure processor optimised build
34
-ARG CPPFLAGS="-mcpu=neoverse-n1"
+ARG CPPFLAGS
35
ENV DEB_CPPFLAGS_APPEND="${CPPFLAGS} -fsigned-char"
36
37
RUN apt-get build-dep -y postgresql-common pgdg-keyring && \
0 commit comments