Unverified Commit 23646303 authored by Oleh's avatar Oleh

SKALE-4110 cleanup packages

parent 60ab42d6
...@@ -11,11 +11,11 @@ RUN apt update && \ ...@@ -11,11 +11,11 @@ RUN apt update && \
apt install -yq apt-utils && \ apt install -yq apt-utils && \
apt install -yq --no-install-recommends python-yaml vim unzip \ apt install -yq --no-install-recommends python-yaml vim unzip \
telnet git ca-certificates build-essential ocaml ocamlbuild \ telnet git ca-certificates build-essential ocaml ocamlbuild \
automake autoconf libtool wget python libssl-dev libssl-dev \ automake autoconf libtool wget python libssl-dev cmake perl \
libcurl4-openssl-dev protobuf-compiler git libprotobuf-dev libboost-all-dev \ libcurl4-openssl-dev protobuf-compiler git libprotobuf-dev debhelper reprepro \
alien cmake debhelper uuid-dev libxml2-dev ccache vim libprotobuf10 \ libboost-all-dev alien debhelper uuid-dev libxml2-dev ccache libprotobuf10 \
yasm cmake flex bison libprocps-dev ccache autoconf texinfo libssl-dev \ yasm flex bison libprocps-dev ccache autoconf texinfo \
libboost-all-dev libjsonrpccpp-dev curl libjsonrpccpp-tools && \ libjsonrpccpp-dev curl libjsonrpccpp-tools && \
ln -s /usr/bin/ccache /usr/local/bin/clang && \ ln -s /usr/bin/ccache /usr/local/bin/clang && \
ln -s /usr/bin/ccache /usr/local/bin/clang++ && \ ln -s /usr/bin/ccache /usr/local/bin/clang++ && \
ln -s /usr/bin/ccache /usr/local/bin/gcc && \ ln -s /usr/bin/ccache /usr/local/bin/gcc && \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment