Skip to content
Snippets Groups Projects
Commit bbbe706e authored by Carlos H Brandt's avatar Carlos H Brandt
Browse files

Add gnupg2 to combo dependencies

parent 1b497610
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ ARG APT_REPO="release" ...@@ -13,7 +13,7 @@ ARG APT_REPO="release"
RUN DEBIAN_FRONTEND='noninteractive' && \ RUN DEBIAN_FRONTEND='noninteractive' && \
apt-get update && \ apt-get update && \
apt-get install -y sudo wget vim locales git && \ apt-get install -y sudo wget vim locales git gnupg2 && \
apt-get clean apt-get clean
# This is the brute-force solution for Debian; # This is the brute-force solution for Debian;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment