diff options
author | 2022-11-24 02:17:58 -0800 | |
---|---|---|
committer | 2022-11-24 02:17:58 -0800 | |
commit | b2e48477dbf70cb847de433e1040fb857475256d (patch) | |
tree | b51a5cfcda8e136ef26d0ff87f6e2d4663471a74 | |
parent | e4805d08958537a62ffef3054b750e7cf06a7687 (diff) | |
download | bun-b2e48477dbf70cb847de433e1040fb857475256d.tar.gz bun-b2e48477dbf70cb847de433e1040fb857475256d.tar.zst bun-b2e48477dbf70cb847de433e1040fb857475256d.zip |
Update Dockerfile
-rw-r--r-- | Dockerfile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index 865a2899c..a42aefb74 100644 --- a/Dockerfile +++ b/Dockerfile @@ -210,6 +210,9 @@ ENV CPU_TARGET=${CPU_TARGET} RUN install_packages autoconf automake libtool pkg-config +COPY Makefile ${BUN_DIR}/Makefile +COPY src/deps/oniguruma ${BUN_DIR}/src/deps/oniguruma + ENV CCACHE_DIR=/ccache WORKDIR $BUN_DIR @@ -569,7 +572,7 @@ ENV LIB_ICU_PATH "${WEBKIT_DIR}/lib" CMD make headers \ api \ - analytiecs \ + analytics \ bun_error \ fallback_decoder \ bindings -j10 && \ |