There was an error while loading. Please reload this page.
1 parent 3f51e91 commit e982a6bCopy full SHA for e982a6b
2 files changed
2.7/alpine/Dockerfile
@@ -31,6 +31,7 @@ RUN set -ex \
31
&& apk add --no-cache --virtual .build-deps \
32
bzip2-dev \
33
gcc \
34
+ gdbm-dev \
35
libc-dev \
36
linux-headers \
37
make \
2.7/slim/Dockerfile
@@ -27,6 +27,7 @@ RUN set -ex \
27
28
libbz2-dev \
29
libc6-dev \
30
+ libdb-dev \
libncurses-dev \
libreadline-dev \
libsqlite3-dev \
0 commit comments