Files
scylladb/tools/toolchain/Dockerfile
Avi Kivity feddf0b021 tools: toolchain: patch boost for use-after-free in Boost.Test XML output
The version of boost in Fedora 29 has a use-after-free bug that is only
exposed when ./test.py is run with the --jenkins flag.  To patch it,
use a fixed version from the copr repository scylladb/toolchain.
Message-Id: <20181228150419.29623-1-avi@scylladb.com>
2018-12-28 16:35:28 +01:00

7 lines
248 B
Docker

FROM fedora:29
ADD ./install-dependencies.sh ./
ADD ./seastar/install-dependencies.sh ./seastar/
RUN dnf -y install 'dnf-command(copr)' \
&& dnf -y copr enable scylladb/toolchain \
&& /bin/bash -x ./install-dependencies.sh && dnf -y update