We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6cf276 commit 87b44d0Copy full SHA for 87b44d0
docker/Dockerfile
@@ -27,6 +27,8 @@ RUN apt-get update \
27
&& apt-get update \
28
&& apt-get install -y --no-install-recommends \
29
apt-transport-https \
30
+ autoconf \
31
+ automake \
32
build-essential \
33
clang-format \
34
gdb \
@@ -43,6 +45,7 @@ RUN apt-get update \
43
45
libmemcached-dev \
44
46
libncurses5-dev \
47
libncursesw5-dev \
48
+ libtool \
49
libpq-dev \
50
libreadline-dev \
51
libsasl2-dev \
0 commit comments