From c9d434e16254c6a911249d9840bd849a2af98d16 Mon Sep 17 00:00:00 2001 From: jiro4989 Date: Thu, 11 Jun 2020 16:09:31 +0000 Subject: [PATCH] update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index df327e3..0ac2975 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,4 +11,4 @@ RUN apt-get update -yqq \ ENV PATH /root/.nimble/bin:$PATH RUN curl https://nim-lang.org/choosenim/init.sh -sSf > init.sh RUN sh init.sh -y \ - && choosenim update devel + && choosenim devel