mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Add 'man' to list of required packages
Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
parent
712b4b78b2
commit
966256cb79
10 changed files with 10 additions and 10 deletions
|
@ -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
|
||||
RUN apt-get install -y build-essential cmake git uuid-dev libgnutls28-dev libfaketime man
|
||||
RUN apt-get install -y python
|
||||
|
||||
RUN apt-get install -y tzdata
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue