aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2022-10-18 18:21:53 -0700
committerGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2022-10-18 18:21:53 -0700
commitdac6c48b1eac95a31ecc85f6664e90799834447a (patch)
tree6bece56c48c153000f344f5609ea7f5221509679
parent2b0694ec8cc194cd05c41109bf9b0174c73e1618 (diff)
downloadbun-dac6c48b1eac95a31ecc85f6664e90799834447a.tar.gz
bun-dac6c48b1eac95a31ecc85f6664e90799834447a.tar.zst
bun-dac6c48b1eac95a31ecc85f6664e90799834447a.zip
woops
-rw-r--r--Dockerfile3
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