Skip to content
Snippets Groups Projects
Commit 59f86861 authored by Adrien Béraud's avatar Adrien Béraud
Browse files

docker: install libtool

parent 091d01a7
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ RUN apt-get update && apt-get install -y \ ...@@ -9,7 +9,7 @@ RUN apt-get update && apt-get install -y \
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
build-essential pkg-config cmake git wget \ build-essential pkg-config cmake git wget \
autotools-dev autoconf \ libtool autotools-dev autoconf \
cython3 python3-dev python3-setuptools \ cython3 python3-dev python3-setuptools \
libncurses5-dev libreadline-dev nettle-dev libcppunit-dev \ libncurses5-dev libreadline-dev nettle-dev libcppunit-dev \
libgnutls28-dev libuv1-dev libjsoncpp-dev libargon2-dev \ libgnutls28-dev libuv1-dev libjsoncpp-dev libargon2-dev \
......
...@@ -8,7 +8,8 @@ RUN apt-get update && apt-get install -y \ ...@@ -8,7 +8,8 @@ RUN apt-get update && apt-get install -y \
&& echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections && echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections
RUN apt-get update \ RUN apt-get update \
&& apt-get install -y llvm llvm-dev lldb clang gdb make cmake pkg-config git wget libncurses5-dev libreadline-dev \ && apt-get install -y llvm llvm-dev lldb clang gdb make cmake pkg-config \
libtool git wget libncurses5-dev libreadline-dev \
nettle-dev libgnutls28-dev libuv1-dev libmsgpack-dev libjsoncpp-dev cython3 python3-dev \ nettle-dev libgnutls28-dev libuv1-dev libmsgpack-dev libjsoncpp-dev cython3 python3-dev \
python3-setuptools libcppunit-dev python3-pip \ python3-setuptools libcppunit-dev python3-pip \
autotools-dev autoconf libssl-dev libargon2-dev \ autotools-dev autoconf libssl-dev libargon2-dev \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment