Skip to content

Commit 24fd063

Browse files
committed
fix: reset docker file
1 parent 7244103 commit 24fd063

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

25/alpine/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ RUN mkdir -p ${BERKELEYDB_PREFIX}
1717

1818
WORKDIR /${BERKELEYDB_VERSION}/build_unix
1919

20-
RUN apk add --no-cache build-base linux-headers bash
20+
#RUN apk add --no-cache build-base linux-headers bash
2121

22-
RUN ../dist/configure --enable-cxx --disable-shared --with-pic --prefix=${BERKELEYDB_PREFIX} --build=aarch64-unknown-linux-gnu --with-mutex=pthread
22+
RUN ../dist/configure --enable-cxx --disable-shared --with-pic --prefix=${BERKELEYDB_PREFIX} --build=aarch64-unknown-linux-gnu
2323
RUN make -j4
2424
RUN make install
2525
RUN rm -rf ${BERKELEYDB_PREFIX}/docs

0 commit comments

Comments
 (0)