Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit 3dfc88f

Browse files
committed
Bug fix now that base image is Debian 10
1 parent a899a51 commit 3dfc88f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

containers/rust/.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN apt-get update \
2424
&& apt-get -y install git iproute2 procps lsb-release \
2525
#
2626
# Install other dependencies
27-
&& apt-get install -y lldb-3.9 \
27+
&& apt-get install -y lldb \
2828
#
2929
# Install Rust components
3030
&& rustup update \

containers/rust/.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
],
2424
"settings": {
2525
"lldb.adapterType": "bundled",
26-
"lldb.executable": "/usr/bin/lldb-3.9"
26+
"lldb.executable": "/usr/bin/lldb"
2727
}
2828
}

0 commit comments

Comments
 (0)