mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
Apply ubuntu-fix to debian
This commit is contained in:
parent
ba18e10326
commit
2418d6f51a
2 changed files with 16 additions and 0 deletions
|
@ -1,9 +1,17 @@
|
||||||
FROM debian:stable
|
FROM debian:stable
|
||||||
|
|
||||||
|
ENV DEBIAN_FRONTEND noninteractive
|
||||||
|
|
||||||
RUN apt-get update
|
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
|
||||||
RUN apt-get install -y python
|
RUN apt-get install -y python
|
||||||
|
|
||||||
|
RUN apt-get install -y tzdata
|
||||||
|
RUN apt-get install -y python-dateutil
|
||||||
|
|
||||||
|
RUN ln -fs /usr/share/zoneinfo/Europe/Berlin /etc/localtime
|
||||||
|
RUN dpkg-reconfigure -f noninteractive tzdata
|
||||||
|
|
||||||
# Setup language environment
|
# Setup language environment
|
||||||
ENV LC_ALL en_US.UTF-8
|
ENV LC_ALL en_US.UTF-8
|
||||||
ENV LANG en_US.UTF-8
|
ENV LANG en_US.UTF-8
|
||||||
|
|
|
@ -1,9 +1,17 @@
|
||||||
FROM debian:testing
|
FROM debian:testing
|
||||||
|
|
||||||
|
ENV DEBIAN_FRONTEND noninteractive
|
||||||
|
|
||||||
RUN apt-get update
|
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
|
||||||
RUN apt-get install -y python
|
RUN apt-get install -y python
|
||||||
|
|
||||||
|
RUN apt-get install -y tzdata
|
||||||
|
RUN apt-get install -y python-dateutil
|
||||||
|
|
||||||
|
RUN ln -fs /usr/share/zoneinfo/Europe/Berlin /etc/localtime
|
||||||
|
RUN dpkg-reconfigure -f noninteractive tzdata
|
||||||
|
|
||||||
# Setup language environment
|
# Setup language environment
|
||||||
ENV LC_ALL en_US.UTF-8
|
ENV LC_ALL en_US.UTF-8
|
||||||
ENV LANG en_US.UTF-8
|
ENV LANG en_US.UTF-8
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue