mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
Add package locales
Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
parent
5a5b8c7fe4
commit
f49a5e14b1
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ FROM debian:stable
|
|||
ENV DEBIAN_FRONTEND noninteractive
|
||||
|
||||
RUN apt-get update
|
||||
RUN apt-get install -y build-essential cmake git uuid-dev libgnutls28-dev libfaketime man
|
||||
RUN apt-get install -y build-essential cmake git uuid-dev libgnutls28-dev libfaketime man locales
|
||||
RUN apt-get install -y python
|
||||
|
||||
RUN apt-get install -y tzdata
|
||||
|
|
|
@ -3,7 +3,7 @@ FROM debian:testing
|
|||
ENV DEBIAN_FRONTEND noninteractive
|
||||
|
||||
RUN apt-get update
|
||||
RUN apt-get install -y build-essential cmake git uuid-dev libgnutls28-dev libfaketime man
|
||||
RUN apt-get install -y build-essential cmake git uuid-dev libgnutls28-dev libfaketime man locales
|
||||
RUN apt-get install -y python
|
||||
|
||||
RUN apt-get install -y tzdata
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue