From a5308231f843fa9e9c0d71b4a4cc5dd96e735341 Mon Sep 17 00:00:00 2001 From: blue-jam Date: Mon, 26 Aug 2019 23:33:27 +0900 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b52db86..7a7b026 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ ENV DEBIAN_FRONTEND=noninteractive RUN apt-get -qq -y update && apt-get -qq -y install software-properties-common RUN add-apt-repository ppa:ubuntu-toolchain-r/test -RUN apt-get -qq -y install \ +RUN apt-get -qq -y update && apt-get -qq -y install \ build-essential \ curl \ g++-9 \