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 && \
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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments