Skip to content

Commit 7d7e4ff

Browse files
authored
chore: add 'gpg' package to Docker images (#1451)
1 parent 67ea47b commit 7d7e4ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

utils/docker/Dockerfile.bionic

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN apt-get update && \
1414
python get-pip.py && \
1515
rm get-pip.py && \
1616
# Feature-parity with node.js base images.
17-
apt-get install -y --no-install-recommends git openssh-client && \
17+
apt-get install -y --no-install-recommends git openssh-client gpg && \
1818
# clean apt cache
1919
rm -rf /var/lib/apt/lists/* && \
2020
# Create the pwuser

utils/docker/Dockerfile.focal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN apt-get update && \
1414
python get-pip.py && \
1515
rm get-pip.py && \
1616
# Feature-parity with node.js base images.
17-
apt-get install -y --no-install-recommends git openssh-client && \
17+
apt-get install -y --no-install-recommends git openssh-client gpg && \
1818
# clean apt cache
1919
rm -rf /var/lib/apt/lists/* && \
2020
# Create the pwuser

0 commit comments

Comments
 (0)