This commit is contained in:
Chuck Lantz
2019-08-23 19:28:42 +00:00
parent b69a1a5c44
commit c96321502f
2 changed files with 2 additions and 1 deletions

View File

@@ -21,7 +21,7 @@ RUN apt-get update \
&& apt-get -y install git procps lsb-release \
#
# Install other dependencies
&& apt-get install -y lldb-3.9 \
&& apt-get install -y lldb \
#
# Install Rust components
&& rustup update \