We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1155ea commit 6ff313cCopy full SHA for 6ff313c
0.21/alpine/Dockerfile
@@ -17,7 +17,7 @@ RUN mkdir -p ${BERKELEYDB_PREFIX}
17
18
WORKDIR /${BERKELEYDB_VERSION}/build_unix
19
20
-RUN ../dist/configure --enable-cxx --disable-shared --with-pic --prefix=${BERKELEYDB_PREFIX}
+RUN CFLAGS=-Wno-error=implicit-function-declaration ../dist/configure --enable-cxx --disable-shared --with-pic --prefix=${BERKELEYDB_PREFIX}
21
RUN make -j4
22
RUN make install
23
RUN rm -rf ${BERKELEYDB_PREFIX}/docs
0 commit comments