diff options
author | 2022-01-25 19:57:18 -0800 | |
---|---|---|
committer | 2022-01-25 19:59:50 -0800 | |
commit | 0808f293756e3cb61a814091cbde03090ee165fb (patch) | |
tree | e4be0ae87da4216ae4489e6013015fc94662decc | |
parent | 7dbfb3ef41d634c33f48239aa9a767c7ef8af19d (diff) | |
download | bun-0808f293756e3cb61a814091cbde03090ee165fb.tar.gz bun-0808f293756e3cb61a814091cbde03090ee165fb.tar.zst bun-0808f293756e3cb61a814091cbde03090ee165fb.zip |
Update Dockerfile
Diffstat (limited to '')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index 3b5d7e595..b46a8feab 100644 --- a/Dockerfile +++ b/Dockerfile @@ -257,7 +257,7 @@ ENV PATH "/home/ubuntu/zls/zig-out/bin:$PATH" ENV BUN_INSTALL /home/ubuntu/.bun ENV XDG_CONFIG_HOME /home/ubuntu/.config -RUN update-alternatives --install /usr/bin/lldb lldb /usr/bin/lldb-12 90 +RUN apt-get -y update && update-alternatives --install /usr/bin/lldb lldb /usr/bin/lldb-13 90 COPY .devcontainer/workspace.code-workspace $GITHUB_WORKSPACE/workspace.code-workspace COPY .devcontainer/zls.json $GITHUB_WORKSPACE/workspace.code-workspace |