diff options
-rw-r--r-- | Dockerfile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile index b01527e6e..175862191 100644 --- a/Dockerfile +++ b/Dockerfile @@ -183,6 +183,9 @@ RUN install_packages autoconf automake libtool pkg-config COPY Makefile ${BUN_DIR}/Makefile COPY src/deps/libarchive ${BUN_DIR}/src/deps/libarchive +RUN cd $BUN_DIR && \ + make libarchive && rm -rf src/deps/libarchive Makefile + FROM bun-base as oniguruma ARG DEBIAN_FRONTEND |