Skip to content

Commit

Permalink
update libasan version
Browse files Browse the repository at this point in the history
  • Loading branch information
leoparente committed Jan 21, 2025
1 parent 0cf120f commit 758e553
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ubuntu:noble AS cppbuild

ENV BUILD_DEPS "g++ cmake make automake autoconf git pkgconf jq python3 python3-pip python3-setuptools ca-certificates"
ENV BUILD_DEPS "g++ cmake make automake autoconf git pkgconf jq python3 libasan8 python3-pip python3-setuptools ca-certificates"

RUN \
apt-get update && \
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.crashhandler
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ubuntu:noble

ENV RUNTIME_DEPS "curl ca-certificates libasan6 wget gzip"
ENV RUNTIME_DEPS "curl ca-certificates libasan8 wget gzip"

RUN \
apt-get update && \
Expand Down

0 comments on commit 758e553

Please sign in to comment.