mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Consolidate package list
- Remove unnecessary packages - Sort packages alphabetically Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
parent
660816ae5f
commit
800062ace2
10 changed files with 45 additions and 87 deletions
|
@ -4,22 +4,16 @@ ENV DEBIAN_FRONTEND noninteractive
|
|||
|
||||
RUN apt-get update
|
||||
RUN apt-get install -y \
|
||||
build-essential \
|
||||
cmake \
|
||||
g++ \
|
||||
git \
|
||||
uuid-dev \
|
||||
libgnutls28-dev \
|
||||
libfaketime \
|
||||
man \
|
||||
locales \
|
||||
man \
|
||||
python3 \
|
||||
tzdata \
|
||||
python3-dateutil
|
||||
python3-dateutil \
|
||||
tzdata
|
||||
|
||||
RUN update-alternatives --install /usr/bin/python python /usr/bin/python3 10
|
||||
|
||||
RUN apt-get install -y tzdata
|
||||
|
||||
RUN ln -fs /usr/share/zoneinfo/Europe/Berlin /etc/localtime
|
||||
RUN dpkg-reconfigure -f noninteractive tzdata
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue