From 47f2b9fabc18b7892fa75538f498f99a0fe3cbd5 Mon Sep 17 00:00:00 2001 From: skobkin Date: Sun, 8 Dec 2024 17:37:42 +0000 Subject: [PATCH] Removing patch copying from Dockerfile --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6e2a966..f468fe7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,8 +31,6 @@ RUN \ protobuf-dev \ qt5-qtbase-dev -COPY patches/implicit_bool_cast.patch /tmp/murmur/ - RUN \ cd /tmp/murmur && \ mkdir build && \