Adding subversion to packages - required to build netpbm
authorRobert Valik <valik@visitors.sk>
Sat, 17 Oct 2015 19:52:02 +0000 (21:52 +0200)
committerRobert Valik <valik@visitors.sk>
Sat, 17 Oct 2015 19:52:02 +0000 (21:52 +0200)
Dockerfile

index f417a45..1f6d8a2 100644 (file)
@@ -35,6 +35,7 @@ RUN apt-get update && apt-get install -y \
         m4 \
         pkg-config \
         scons \
+        subversion \
         texinfo \
         xmlto \
 # Provides u'makedepend' which the openssl build uses