Skip to content
Snippets Groups Projects
Commit eb4b97b5 authored by Dmitry Ivanov's avatar Dmitry Ivanov Committed by Dmitry Ivanov
Browse files

fix: add libunwind-dev to docker-build-base

parent 1b1c951b
No related branches found
No related tags found
1 merge request!1175fix: add libunwind-dev to docker-build-base
Pipeline #46260 passed
......@@ -8,23 +8,23 @@ RUN set -e; \
build-essential \
git unzip wget curl tzdata \
libtool autoconf cmake make \
python3 \
python3-yaml \
python3-six \
python3-gevent \
python3-pip \
libzstd-dev \
libyaml-dev \
pkg-config \
libcurl4-openssl-dev \
libssl-dev \
ncurses-dev \
libreadline-dev \
libicu-dev \
libsasl2-dev \
pkg-config \
libldap2-dev \
libssl-dev && \
apt-get clean all
libreadline-dev \
libsasl2-dev \
libssl-dev \
libunwind-dev \
libyaml-dev \
libzstd-dev \
ncurses-dev \
python3 \
python3-gevent \
python3-pip \
python3-six \
python3-yaml \
&& apt-get clean all
RUN set -e; \
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment