mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Add custom dpkg to deb build image
This commit is contained in:
parent
e9b7bd7ed7
commit
dccac1993f
@ -79,9 +79,17 @@ RUN apt-get --allow-unauthenticated update -y \
|
||||
alien \
|
||||
libcapnp-dev \
|
||||
cmake \
|
||||
gdb
|
||||
gdb \
|
||||
pigz
|
||||
|
||||
|
||||
# Special dpkg-deb (https://github.com/alesapin/dpkg) version which is able
|
||||
# to compress files using pigz (https://zlib.net/pigz/) instead of gzip.
|
||||
# Significantly increase deb packaging speed and compatible with old systems
|
||||
RUN curl -O https://clickhouse-builds.s3.yandex.net/utils/dpkg-deb
|
||||
RUN chmod +x dpkg-deb
|
||||
RUN cp dpkg-deb /usr/bin
|
||||
|
||||
COPY build.sh /
|
||||
|
||||
CMD ["/bin/bash", "/build.sh"]
|
||||
|
Loading…
Reference in New Issue
Block a user