Skip to content

Commit 5236ecd

Browse files
committed
feat: add perf nº 2
1 parent ebe3e69 commit 5236ecd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN apk add \
1919
--no-cache
2020

2121
# Configure perf
22-
echo "kernel.perf_event_paranoid = 1" >> /etc/sysctl.conf
22+
RUN echo "kernel.perf_event_paranoid = 1" >> /etc/sysctl.conf
2323

2424
# Import MongoDB public GPG key
2525
RUN curl -fsSL \

0 commit comments

Comments
 (0)