diff options
author | 2022-10-18 18:21:53 -0700 | |
---|---|---|
committer | 2022-10-18 18:21:53 -0700 | |
commit | dac6c48b1eac95a31ecc85f6664e90799834447a (patch) | |
tree | 6bece56c48c153000f344f5609ea7f5221509679 | |
parent | 2b0694ec8cc194cd05c41109bf9b0174c73e1618 (diff) | |
download | bun-dac6c48b1eac95a31ecc85f6664e90799834447a.tar.gz bun-dac6c48b1eac95a31ecc85f6664e90799834447a.tar.zst bun-dac6c48b1eac95a31ecc85f6664e90799834447a.zip |
woops
-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 |