Skip to content

Commit

Permalink
Remove unneeded packages from the deps target
Browse files Browse the repository at this point in the history
  • Loading branch information
upbqdn committed Feb 5, 2025
1 parent debd99d commit 2d27af7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,7 @@ WORKDIR ${APP_HOME}
# Install zebra build deps and Dockerfile deps
RUN apt-get -qq update && \
apt-get -qq install -y --no-install-recommends \
llvm \
libclang-dev \
clang \
ca-certificates \
protobuf-compiler \
rocksdb-tools \
&& rm -rf /var/lib/apt/lists/* /tmp/*

# Build arguments and variables set for tracelog levels and debug information
Expand Down

0 comments on commit 2d27af7

Please sign in to comment.