forked from filipg/gonito
Add git-annex do the container
This commit is contained in:
parent
a72e4bb017
commit
dcfd3e469f
@ -16,7 +16,7 @@ RUN stack install && rm -rf /root/.stack
|
|||||||
|
|
||||||
FROM ubuntu:16.04 AS gonito-run
|
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 && \
|
RUN sed -i '/en_US.UTF-8/s/^# //g' /etc/locale.gen && \
|
||||||
locale-gen
|
locale-gen
|
||||||
|
Loading…
Reference in New Issue
Block a user