Skip to content

Commit

Permalink
lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
yairsimantov20 committed Oct 2, 2024
1 parent f62ff07 commit f27f9d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrations/_infra/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ENV LIBRDKAFKA_VERSION 1.9.2
WORKDIR /app

RUN apt update && \
apt install -y wget make g++ libssl-dev autoconf automake libtool curl librdkafka-dev jemalloc google-perftools && \
apt install -y wget make g++ libssl-dev autoconf automake libtool curl librdkafka-dev google-perftools libjemalloc-dev && \
apt-get clean

COPY ./integrations/_infra/init.sh /app/init.sh
Expand Down

0 comments on commit f27f9d7

Please sign in to comment.