diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 8bb334d1e44..e1dcf31c425 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -14,6 +14,7 @@ RUN apt-get update \ && apt-get -y install --no-install-recommends apt-utils dialog 2>&1 \ # Verify bash, git, process tools, lsb-release (common in install instructions for CLIs) installed && apt-get -y install bash git openssh-client less iproute2 procps lsb-release \ + && apt-get -y install gnupg \ # Clean up && apt-get autoremove -y \ && apt-get clean -y \ @@ -23,4 +24,4 @@ RUN apt-get update \ ENV DEBIAN_FRONTEND=dialog # Make sure we can build using plain dotnet -ENV BUILDING_USING_DOTNET="true" \ No newline at end of file +ENV BUILDING_USING_DOTNET="true"