From 526273e75b5044568618c85487936daef42ddfca Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 30 Jul 2020 15:15:30 -0700 Subject: [PATCH] Install `rpm` in the docker image --- debian-bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index a0f3aae3..3b94d744 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -161,6 +161,7 @@ apt-get install -y \ python3-scipy \ r-base \ r-base-dev \ + rpm \ ruby-dev \ software-properties-common \ sudo \