Skip to content

Commit

Permalink
Fixed build of the security devcontainer.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed May 11, 2024
1 parent 77425c4 commit f4c70e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/security/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ ENV CXX=clang++
ENV CC=clang
ENV CFLAGS="-O1 -fno-omit-frame-pointer -fsanitize=address -fsanitize-address-use-after-scope"
ENV CXXFLAGS="-O1 -fno-omit-frame-pointer -fsanitize=address -fsanitize-address-use-after-scope -stdlib=libc++"
RUN ./build_dependencies.sh
RUN bash ./build_dependencies.sh

0 comments on commit f4c70e2

Please sign in to comment.