Skip to content

Commit

Permalink
Redundant comment
Browse files Browse the repository at this point in the history
  • Loading branch information
squadgazzz committed Jul 26, 2024
1 parent 8166aba commit 2e4c3e5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker/Dockerfile.binary
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ RUN --mount=type=cache,target=/usr/local/cargo/registry --mount=type=cache,targe
# Extract Binary
FROM docker.io/debian:bullseye-slim

# Handle signal handlers properly
RUN apt-get update && apt-get install -y ca-certificates tini build-essential cmake git zlib1g-dev libelf-dev libdw-dev libboost-dev libboost-iostreams-dev libboost-program-options-dev libboost-system-dev libboost-filesystem-dev libunwind-dev libzstd-dev git && apt-get clean
RUN git clone https://invent.kde.org/sdk/heaptrack.git /heaptrack && \
mkdir /heaptrack/build && cd /heaptrack/build && \
Expand Down

0 comments on commit 2e4c3e5

Please sign in to comment.