Skip to content

Commit

Permalink
fix: devcontainer Python deps to install checkov
Browse files Browse the repository at this point in the history
  • Loading branch information
patheard committed Dec 17, 2021
1 parent 56835a8 commit 0356873
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 @@ -8,7 +8,7 @@ ARG TERRAGRUNT_VERSION

# Install packages
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
&& apt-get -y install --no-install-recommends awscli ca-certificates curl git gnupg2 jq make nodejs npm openssh-client python3-pip vim zsh \
&& apt-get -y install --no-install-recommends awscli build-essential ca-certificates curl git gnupg2 jq libffi-dev make nodejs npm openssh-client python3-dev python3-pip vim zsh \
&& apt-get autoremove -y && apt-get clean -y

# Install yarn
Expand Down

0 comments on commit 0356873

Please sign in to comment.