File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ RUN apt-get update && \
1919 pip3 install portalocker psutil requests-toolbelt pytest pytest-xdist pytest-mysql pytest-postgresql psycopg zstandard && \
2020 rm -rf /var/lib/apt/lists/*
2121
22- ENV ASAN_OPTIONS=detect_leaks=0
22+ ENV ASAN_OPTIONS=detect_leaks=1
2323ENV UBSAN_OPTIONS=print_stacktrace=1:allow_addr2line=1
2424
2525RUN useradd -ms /bin/bash kitten
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ RUN update-alternatives --install /usr/bin/ld ld /usr/bin/x86_64-linux-gnu-ld 10
3333RUN php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" && \
3434 php composer-setup.php --install-dir=/usr/bin --filename=composer --version=1.10.26
3535
36- ENV ASAN_OPTIONS=detect_leaks=0
36+ ENV ASAN_OPTIONS=detect_leaks=1
3737ENV UBSAN_OPTIONS=print_stacktrace=1:allow_addr2line=1
3838
3939RUN useradd -ms /bin/bash kitten
You can’t perform that action at this time.
0 commit comments