We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a6ea60 commit 93fcccaCopy full SHA for 93fccca
2 files changed
scripts/docker/m4/crossbuild.deb.m4
@@ -43,7 +43,17 @@ RUN apt-get update && \
43
libkf5parts5 \
44
libkf5textwidgets5 \
45
libqt5gui5 \
46
- libqt5widgets5
+ libqt5widgets5 && \
47
+ apt-get clean && \
48
+ rm -r /var/lib/apt/lists/*
49
+
50
+#
51
+# Install FlameGraph scripts
52
53
+RUN git clone --depth 1 https://github.com/brendangregg/FlameGraph /opt/flamegraph \
54
+ && chmod +x /opt/flamegraph/*.pl /opt/flamegraph/*.sh
55
56
+ENV PATH="/opt/flamegraph:${PATH}"
57
58
#
59
# Set up NetworkRADIUS extras repository
scripts/docker/m4/profiling.deb.m4
@@ -13,4 +13,4 @@ RUN chmod +x docker-entrypoint.sh
13
14
EXPOSE 1812/udp 1813/udp
15
ENTRYPOINT ["/docker-entrypoint.sh"]
16
-CMD ["/profiling/start-cmd"]
+CMD ["/profiling/startprofiling-cmd"]
0 commit comments