We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c361a3 commit c91a3e0Copy full SHA for c91a3e0
.devcontainer/Dockerfile
@@ -3,7 +3,7 @@ FROM mcr.microsoft.com/devcontainers/base:ubuntu-22.04
3
# Include lld linker to improve build times either by using environment variable
4
# RUSTFLAGS="-C link-arg=-fuse-ld=lld" or with Cargo's configuration file (i.e see .cargo/config.toml).
5
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
6
- && apt-get -y install clang lld libsqlite3-dev libmariadb-dev-compat libmariadb-dev libpq-dev pkg-config \
+ && apt-get -y install clang lld libsqlite3-dev libmariadb-dev-compat libmariadb-dev libpq-dev pkg-config gh \
7
&& apt-get autoremove -y && apt-get clean -y
8
9
USER vscode
0 commit comments