From dcfd3e469f471eb71e33d1813e27ec88026d38a8 Mon Sep 17 00:00:00 2001 From: Filip Gralinski Date: Mon, 26 Apr 2021 07:51:07 +0200 Subject: [PATCH] Add git-annex do the container --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0d66089..279258a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ RUN stack install && rm -rf /root/.stack FROM ubuntu:16.04 AS gonito-run -RUN apt-get -y update && apt-get -y install git libcairo2 libpq5 locales && apt-get clean && rm -rf /var/lib/apt/lists/* +RUN apt-get -y update && apt-get -y install git git-annex libcairo2 libpq5 locales && apt-get clean && rm -rf /var/lib/apt/lists/* RUN sed -i '/en_US.UTF-8/s/^# //g' /etc/locale.gen && \ locale-gen