]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
also seems to require gnupg2
authorMatthew Newton <matthew-git@newtoncomputing.co.uk>
Mon, 26 Feb 2018 15:42:52 +0000 (15:42 +0000)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 28 Feb 2018 11:06:41 +0000 (17:06 +0600)
scripts/docker/build-debian9/Dockerfile.deps

index 2ea2fefc16a15fbfedce5569da8423d1afc419f0..25ea51f86790d78935c537637e0f9f221e93c30a 100644 (file)
@@ -8,7 +8,7 @@ ARG osname=stretch
 #  Install add-apt-repository
 #
 RUN apt-get update && \
-    apt-get install -y software-properties-common && \
+    apt-get install -y software-properties-common gnupg2 && \
     apt-get clean && \
     rm -r /var/lib/apt/lists/*