Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
4eUeP committed Feb 28, 2024
1 parent 17f0cb0 commit 1366186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/hadmin_store
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ENV PKG_CONFIG_PATH /usr/local/lib/pkgconfig:$PKG_CONFIG_PATH
COPY requirements/ /tmp/requirements/
RUN apt-get update && \
DEBIAN_FRONTEND="noninteractive" apt-get install -y --no-install-recommends \
$(cat /tmp/requirements/ubuntu-jammy.txt) && \
$(cat /tmp/requirements/ubuntu-jammy.txt) libjemalloc2 && \
rm -rf /tmp/requirements && rm -rf /var/lib/apt/lists/* && apt-get clean

# Install fbthrift
Expand Down

0 comments on commit 1366186

Please sign in to comment.