Removing patch copying from Dockerfile
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Alexey Skobkin 2024-12-08 17:37:42 +00:00
parent 2627af36a7
commit 47f2b9fabc

View file

@ -31,8 +31,6 @@ RUN \
protobuf-dev \
qt5-qtbase-dev
COPY patches/implicit_bool_cast.patch /tmp/murmur/
RUN \
cd /tmp/murmur && \
mkdir build && \