Skip to content

Commit

Permalink
Added libssl-dev to .devcontainer(#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
hulto authored Sep 15, 2022
1 parent 723b5b6 commit 8495d5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/library-scripts/rust-debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export DEBIAN_FRONTEND=noninteractive
# Install curl, lldb, python3-minimal,libpython and rust dependencies if missing
if ! dpkg -s curl ca-certificates lldb python3-minimal gcc libc6-dev > /dev/null 2>&1; then
apt_get_update_if_needed
apt-get -y install --no-install-recommends curl ca-certificates gcc libc6-dev
apt-get -y install --no-install-recommends curl ca-certificates gcc libc6-dev libssl-dev
apt-get -y install lldb python3-minimal libpython3.?
fi

Expand Down

0 comments on commit 8495d5b

Please sign in to comment.