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.
4e007f2
5ce8497
1 parent 232c253 commit bf83738Copy full SHA for bf83738
Dockerfile
@@ -1,10 +1,10 @@
1
-FROM fedora:40@sha256:4e007f288dce23966216be81ef62ba05d139b9338f327c1d1c73b7167dd47312 as builder
+FROM fedora:40@sha256:5ce8497aeea599bf6b54ab3979133923d82aaa4f6ca5ced1812611b197c79eb0 as builder
2
3
RUN dnf -y install gcc-c++ git findutils make cmake openssl openssl-devel libasan libasan-static
4
COPY . /tmp/pcm
5
RUN cd /tmp/pcm && mkdir build && cd build && cmake .. && make -j
6
7
-FROM fedora:40@sha256:4e007f288dce23966216be81ef62ba05d139b9338f327c1d1c73b7167dd47312
+FROM fedora:40@sha256:5ce8497aeea599bf6b54ab3979133923d82aaa4f6ca5ced1812611b197c79eb0
8
COPY --from=builder /tmp/pcm/build/bin/* /usr/local/bin/
9
ENV PCM_NO_PERF=1
10
0 commit comments