Add git-annex do the container

This commit is contained in:
Filip Gralinski 2021-04-26 07:51:07 +02:00
parent a72e4bb017
commit dcfd3e469f

View File

@ -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