File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ RUN apt-get update && \
14
14
python get-pip.py && \
15
15
rm get-pip.py && \
16
16
# 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 && \
18
18
# clean apt cache
19
19
rm -rf /var/lib/apt/lists/* && \
20
20
# Create the pwuser
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ RUN apt-get update && \
14
14
python get-pip.py && \
15
15
rm get-pip.py && \
16
16
# 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 && \
18
18
# clean apt cache
19
19
rm -rf /var/lib/apt/lists/* && \
20
20
# Create the pwuser
You can’t perform that action at this time.
0 commit comments