Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
libunwind-dev clang build-essential libssl-dev pkg-config lldb \
bash-completion npm \
python-is-python3 direnv uuid-runtime python3-distutils python3-pip python3-venv \
dotnet-sdk-7.0
dotnet-sdk-7.0 gh
# TODO replace with dotnet7 when available in Ubuntu

# Install Rust:
Expand Down