Skip to content

Commit

Permalink
Merge pull request #590 from djach7/dev_container_fix
Browse files Browse the repository at this point in the history
fix: cargo test failing in dev container
  • Loading branch information
mergify[bot] authored Dec 14, 2023
2 parents 7ca7655 + a0da8db commit 871913a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM fedora:latest
RUN bash -c "$(curl -fsSL "https://raw.githubusercontent.com/microsoft/vscode-dev-containers/main/script-library/common-redhat.sh")" -- "true" "vscode" "1000" "1000" "true"

RUN dnf install -y \
sudo git cargo rust rust-src git-core openssl-devel clippy rustfmt golang tpm2-tss-devel clevis clevis-luks cryptsetup cryptsetup-devel clang-devel \
sudo git cargo rust rust-src git-core openssl openssl-devel clippy rustfmt golang tpm2-tss-devel clevis clevis-luks cryptsetup cryptsetup-devel clang-devel \
&& dnf clean all

USER vscode

0 comments on commit 871913a

Please sign in to comment.