Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

Commit

Permalink
Maybe that will fix it?
Browse files Browse the repository at this point in the history
  • Loading branch information
charles8191 authored Nov 10, 2024
1 parent c4aa9e3 commit 6315940
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ FROM ghcr.io/charles8191/calcite/9
ADD net-privacy.conf /usr/lib/NetworkManager/conf.d/30-net-privacy.conf
ADD chrony.conf /etc/chrony.conf
ADD tunables.conf /usr/lib/sysctl.d/tunables.conf
RUN \
set -x && \
RUN set -x && \
# Install mimalloc
curl --create-dirs -Lo /usr/lib64/libmimalloc-secure.so https://github.com/charles8191/mimalloc-secure/raw/refs/heads/main/libmimalloc-secure.so && \
chmod +x /usr/lib64/libmimalloc-secure.so && \
Expand Down

0 comments on commit 6315940

Please sign in to comment.