Skip to content

Commit f1ba28c

Browse files
authored
add gnupg installation to Dockerfile (#16089)
1 parent 99b4d4d commit f1ba28c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.devcontainer/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ RUN apt-get update \
1414
&& apt-get -y install --no-install-recommends apt-utils dialog 2>&1 \
1515
# Verify bash, git, process tools, lsb-release (common in install instructions for CLIs) installed
1616
&& apt-get -y install bash git openssh-client less iproute2 procps lsb-release \
17+
&& apt-get -y install gnupg \
1718
# Clean up
1819
&& apt-get autoremove -y \
1920
&& apt-get clean -y \
@@ -23,4 +24,4 @@ RUN apt-get update \
2324
ENV DEBIAN_FRONTEND=dialog
2425

2526
# Make sure we can build using plain dotnet
26-
ENV BUILDING_USING_DOTNET="true"
27+
ENV BUILDING_USING_DOTNET="true"

0 commit comments

Comments
 (0)