diff options
| author | 2021-12-21 02:30:20 -0800 | |
|---|---|---|
| committer | 2021-12-21 02:30:20 -0800 | |
| commit | e97ebfb036adee15c475f261fe71b8e8b4107579 (patch) | |
| tree | e5bd15e3a1b54a461fa74932b044398259ef311d | |
| parent | 7380d03e00539869bf44f920257924f3865f4d3d (diff) | |
| download | bun-e97ebfb036adee15c475f261fe71b8e8b4107579.tar.gz bun-e97ebfb036adee15c475f261fe71b8e8b4107579.tar.zst bun-e97ebfb036adee15c475f261fe71b8e8b4107579.zip | |
Update Dockerfile
| -rw-r--r-- | Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile index 229e73d6b..aaefb680e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -53,7 +53,7 @@ RUN npm install -g esbuild RUN wget https://github.com/Jarred-Sumner/zig/releases/download/dec20/zig-linux-$ARCH.zip; \ unzip zig-linux-$ARCH.zip; \ rm zig-linux-$ARCH.zip; -ENV PATH "/home/ubuntu/zig/build:$PATH" + WORKDIR /home/ubuntu RUN wget https://github.com/Jarred-Sumner/WebKit/releases/download/Bun-v0/bun-webkit-linux-$ARCH.tar.gz; \ @@ -87,7 +87,7 @@ RUN wget https://github.com/unicode-org/icu/releases/download/release-66-1/icu4c WORKDIR /home/ubuntu/bun - +ENV PATH "/home/ubuntu/zig:$PATH" RUN make api analytics node-fallbacks runtime_js fallback_decoder bun_error mimalloc picohttp zlib libarchive boringssl picohttp WORKDIR /home/ubuntu/bun |
