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 \
|
||||
bzip2-dev \
|
||||
gcc \
|
||||
gdbm-dev \
|
||||
libc-dev \
|
||||
linux-headers \
|
||||
make \
|
||||
|
|
|
@ -25,6 +25,7 @@ RUN set -ex \
|
|||
gcc \
|
||||
libbz2-dev \
|
||||
libc6-dev \
|
||||
libdb-dev \
|
||||
libncurses-dev \
|
||||
libreadline-dev \
|
||||
libsqlite3-dev \
|
||||
|
|
Loading…
Reference in New Issue