Skip to content

Commit cb95e32

Browse files
ppaluckirdementi
authored andcommitted
parallel build (make -j)
1 parent ce6845e commit cb95e32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM fedora:40@sha256:4e007f288dce23966216be81ef62ba05d139b9338f327c1d1c73b7167d
22

33
RUN dnf -y install gcc-c++ git findutils make cmake
44
COPY . /tmp/pcm
5-
RUN cd /tmp/pcm && mkdir build && cd build && cmake .. && make
5+
RUN cd /tmp/pcm && mkdir build && cd build && cmake .. && make -j
66

77
FROM fedora:40@sha256:4e007f288dce23966216be81ef62ba05d139b9338f327c1d1c73b7167dd47312
88
COPY --from=builder /tmp/pcm/build/bin/* /usr/local/bin/

0 commit comments

Comments
 (0)