Skip to content

Commit

Permalink
jira with malocs
Browse files Browse the repository at this point in the history
  • Loading branch information
yairsimantov20 committed Oct 1, 2024
1 parent 70113c8 commit 018328d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integrations/_infra/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ RUN apk add --no-cache \
&& echo "@edgecommunity http://dl-cdn.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories \
&& apk add --no-cache alpine-sdk "librdkafka@edgecommunity>=${LIBRDKAFKA_VERSION}" "librdkafka-dev@edgecommunity>=${LIBRDKAFKA_VERSION}" \
&& test -e /usr/local/share/ca-certificates/cert.crt && update-ca-certificates || true \
&& apk add google-perftools \
&& apk add libjemalloc1
&& apk add gperftools \
&& apk add jemalloc


WORKDIR /app
Expand Down

0 comments on commit 018328d

Please sign in to comment.