Skip to content

Commit e887088

Browse files
committed
Add gpg-agent
1 parent 04b74ed commit e887088

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ubuntu-dev/ubuntu-dev.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM ubuntu:18.04
22

33
# Install HTTPS transport for Ubuntu package sources.
44
RUN apt-get update \
5-
&& apt-get install -y --no-install-recommends apt-transport-https ca-certificates software-properties-common \
5+
&& apt-get install -y --no-install-recommends apt-transport-https ca-certificates software-properties-common gpg-agent \
66
&& rm -rf /var/lib/apt/lists/*
77

88
# Add source for the latest Clang packages.

0 commit comments

Comments
 (0)