We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce6845e commit cb95e32Copy full SHA for cb95e32
Dockerfile
@@ -2,7 +2,7 @@ FROM fedora:40@sha256:4e007f288dce23966216be81ef62ba05d139b9338f327c1d1c73b7167d
2
3
RUN dnf -y install gcc-c++ git findutils make cmake
4
COPY . /tmp/pcm
5
-RUN cd /tmp/pcm && mkdir build && cd build && cmake .. && make
+RUN cd /tmp/pcm && mkdir build && cd build && cmake .. && make -j
6
7
FROM fedora:40@sha256:4e007f288dce23966216be81ef62ba05d139b9338f327c1d1c73b7167dd47312
8
COPY --from=builder /tmp/pcm/build/bin/* /usr/local/bin/
0 commit comments