We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 904f335 commit 93a757cCopy full SHA for 93a757c
1 file changed
scripts/docker/m4/profiling.deb.m4
@@ -2,10 +2,11 @@ ARG from=CB_IMAGE
2
FROM ${from}
3
4
# Copy profiling profile scripts into the container
5
-COPY /scripts/docker/profiling/profiles/PROFILING_PROFILE_NAME /profiling
+COPY scripts/docker/profiling/profiles/PROFILING_PROFILE_NAME /profiling
6
7
RUN /profiling/configure-cmd
8
RUN make
9
+RUN make install
10
11
WORKDIR /
12
COPY scripts/docker/etc/docker-entrypoint.sh.PKG_TYPE docker-entrypoint.sh
0 commit comments