Skip to content

Commit 41355bd

Browse files
authored
chore: add 'gpg' package to Docker images (#1004)
1 parent e372513 commit 41355bd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

utils/docker/Dockerfile.focal

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ RUN apt-get update && \
1010
# Install utilities required for downloading browsers
1111
curl \
1212
# Install utilities required for downloading driver
13-
unzip && \
13+
unzip \
14+
# For the MSEdge install script
15+
gpg && \
1416
rm -rf /var/lib/apt/lists/* && \
1517
# Create the pwuser
1618
adduser pwuser

0 commit comments

Comments
 (0)