From 097507d3e74b4a897ddefdc1fbe4e9554cd98a92 Mon Sep 17 00:00:00 2001 From: Ankit Dangi Date: Tue, 20 Oct 2020 02:25:23 -0400 Subject: [PATCH] bug fix: [aida/tools/aida-evaluation] docker make build --- tools/aida-evaluation/docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/aida-evaluation/docker/Dockerfile b/tools/aida-evaluation/docker/Dockerfile index ca6d2d07..71b38fd8 100644 --- a/tools/aida-evaluation/docker/Dockerfile +++ b/tools/aida-evaluation/docker/Dockerfile @@ -5,7 +5,7 @@ MAINTAINER shahzad.rajput@nist.gov RUN ln -fs /usr/share/zoneinfo/America/New_York /etc/localtime # Install system packages -RUN apt-get update && apt-get install -y \ +RUN apt-get update && apt update && apt-get install -y \ curl \ git \ make \