Commit 43c5f8a
authored
🤖 fix: docker build missing bzip2 and using wrong tsc (#873)
## Summary
- Add `bzip2` to build dependencies for `lzma-native` to extract its
bundled xz tarball
- Switch from `tsc` to `tsgo` for consistency with local build (handles
bundler module resolution better)
## Test plan
- [x] Built Docker image locally with `docker build -t mux-server .`
- [ ] CI Docker Smoke Test passes (runs in merge queue)
_Generated with `mux`_1 parent 6b9f32d commit 43c5f8a
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| |||
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
57 | | - | |
| 58 | + | |
| 59 | + | |
58 | 60 | | |
59 | 61 | | |
60 | 62 | | |
| |||
0 commit comments