We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04b74ed commit e887088Copy full SHA for e887088
ubuntu-dev/ubuntu-dev.dockerfile
@@ -2,7 +2,7 @@ FROM ubuntu:18.04
2
3
# Install HTTPS transport for Ubuntu package sources.
4
RUN apt-get update \
5
- && apt-get install -y --no-install-recommends apt-transport-https ca-certificates software-properties-common \
+ && apt-get install -y --no-install-recommends apt-transport-https ca-certificates software-properties-common gpg-agent \
6
&& rm -rf /var/lib/apt/lists/*
7
8
# Add source for the latest Clang packages.
0 commit comments