Skip to content

Commit ebe3e69

Browse files
committed
feat: add perf
1 parent af6ef3b commit ebe3e69

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Dockerfile

+4
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,14 @@ RUN apk add \
1313
neovim \
1414
ripgrep \
1515
alpine-sdk \
16+
linux-tools \
1617
lazygit \
1718
--update \
1819
--no-cache
1920

21+
# Configure perf
22+
echo "kernel.perf_event_paranoid = 1" >> /etc/sysctl.conf
23+
2024
# Import MongoDB public GPG key
2125
RUN curl -fsSL \
2226
https://downloads.mongodb.com/compass/mongosh-2.2.5-linux-arm64.tgz \

0 commit comments

Comments
 (0)