Skip to content

Commit 6ff313c

Browse files
committed
fix: alpine unable to find mutux impl
1 parent c1155ea commit 6ff313c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

0.21/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN mkdir -p ${BERKELEYDB_PREFIX}
1717

1818
WORKDIR /${BERKELEYDB_VERSION}/build_unix
1919

20-
RUN ../dist/configure --enable-cxx --disable-shared --with-pic --prefix=${BERKELEYDB_PREFIX}
20+
RUN CFLAGS=-Wno-error=implicit-function-declaration ../dist/configure --enable-cxx --disable-shared --with-pic --prefix=${BERKELEYDB_PREFIX}
2121
RUN make -j4
2222
RUN make install
2323
RUN rm -rf ${BERKELEYDB_PREFIX}/docs

0 commit comments

Comments
 (0)