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 7244103 commit 24fd063Copy full SHA for 24fd063
25/alpine/Dockerfile
@@ -17,9 +17,9 @@ RUN mkdir -p ${BERKELEYDB_PREFIX}
17
18
WORKDIR /${BERKELEYDB_VERSION}/build_unix
19
20
-RUN apk add --no-cache build-base linux-headers bash
+#RUN apk add --no-cache build-base linux-headers bash
21
22
-RUN ../dist/configure --enable-cxx --disable-shared --with-pic --prefix=${BERKELEYDB_PREFIX} --build=aarch64-unknown-linux-gnu --with-mutex=pthread
+RUN ../dist/configure --enable-cxx --disable-shared --with-pic --prefix=${BERKELEYDB_PREFIX} --build=aarch64-unknown-linux-gnu
23
RUN make -j4
24
RUN make install
25
RUN rm -rf ${BERKELEYDB_PREFIX}/docs
0 commit comments