Skip to content

Commit

Permalink
Run heaptrack again
Browse files Browse the repository at this point in the history
  • Loading branch information
elkowar committed Jan 23, 2024
1 parent 1fd0b60 commit c56eeaa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
FROM debian:bookworm-slim

RUN apt-get -y update && apt-get -y install ca-certificates wget \
gdb heaptrack \
&& rm -rf /var/lib/apt/lists/*
# gdb heaptrack \

RUN wget https://github.com/koute/bytehound/releases/download/0.11.0/bytehound-x86_64-unknown-linux-gnu.tgz \
&& tar -xvzf bytehound-x86_64-unknown-linux-gnu.tgz
# RUN wget https://github.com/koute/bytehound/releases/download/0.11.0/bytehound-x86_64-unknown-linux-gnu.tgz \
# && tar -xvzf bytehound-x86_64-unknown-linux-gnu.tgz

COPY ./robbb /usr/local/bin/robbb
RUN chmod +x /usr/local/bin/robbb

ENV LD_PRELOAD=./libbytehound.so
CMD ["robbb"]
# ENV LD_PRELOAD=./libbytehound.so
CMD ["heaptrack", "robbb"]

0 comments on commit c56eeaa

Please sign in to comment.