Merge pull request #140 from infosiftr/dbm
Add build-time headers/packages for "import dbm" to work properly on 2.7 slim and alpine variants
This commit is contained in:
commit
2664a9b681
|
@ -37,6 +37,7 @@ RUN set -ex \
|
||||||
&& apk add --no-cache --virtual .build-deps \
|
&& apk add --no-cache --virtual .build-deps \
|
||||||
bzip2-dev \
|
bzip2-dev \
|
||||||
gcc \
|
gcc \
|
||||||
|
gdbm-dev \
|
||||||
libc-dev \
|
libc-dev \
|
||||||
linux-headers \
|
linux-headers \
|
||||||
make \
|
make \
|
||||||
|
|
|
@ -25,6 +25,7 @@ RUN set -ex \
|
||||||
gcc \
|
gcc \
|
||||||
libbz2-dev \
|
libbz2-dev \
|
||||||
libc6-dev \
|
libc6-dev \
|
||||||
|
libdb-dev \
|
||||||
libncurses-dev \
|
libncurses-dev \
|
||||||
libreadline-dev \
|
libreadline-dev \
|
||||||
libsqlite3-dev \
|
libsqlite3-dev \
|
||||||
|
|
Loading…
Reference in New Issue