diff options
author | 2022-03-15 06:21:57 -0700 | |
---|---|---|
committer | 2022-03-15 06:21:57 -0700 | |
commit | 38430fbf0e3040e45429bc8d2f0c39747ba95c10 (patch) | |
tree | 612ed3374363eb1cee1007f1ee50cb405f0a6bc2 /Dockerfile.base | |
parent | 64466e3259b53d4676ce8eb9982f6ebf00c6f9fa (diff) | |
download | bun-38430fbf0e3040e45429bc8d2f0c39747ba95c10.tar.gz bun-38430fbf0e3040e45429bc8d2f0c39747ba95c10.tar.zst bun-38430fbf0e3040e45429bc8d2f0c39747ba95c10.zip |
Add rust and lolhtml to dockerfile
Diffstat (limited to '')
-rw-r--r-- | Dockerfile.base | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile.base b/Dockerfile.base index 6e9944ca3..ae710f302 100644 --- a/Dockerfile.base +++ b/Dockerfile.base @@ -43,6 +43,7 @@ RUN apt-get update && \ lld-13 \ libicu-dev \ wget \ + rustc \ unzip \ tar \ golang-go ninja-build pkg-config automake autoconf libtool curl && \ |