提交 2c96fc53 编写于 作者: A Alexey Milovidov

Make symbolizers available in fuzzer Docker image

上级 19dc5239
# docker build -t yandex/clickhouse-fuzzer .
FROM ubuntu:18.04
FROM yandex/clickhouse-test-base
ENV LANG=C.UTF-8
ENV TZ=Europe/Moscow
......@@ -7,11 +7,7 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
RUN apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install --yes --no-install-recommends \
bash \
ca-certificates \
curl \
gdb \
git \
libc6-dbg \
moreutils \
ncdu \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册