Skip to content

Commit

Permalink
Added the timezone configuration to the docker file.
Browse files Browse the repository at this point in the history
  • Loading branch information
eolus87 committed Jul 19, 2023
1 parent d99815d commit ada633d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ WORKDIR /usr/src/app

COPY . .

# Setting the time zone
RUN echo "Europe/London" > /etc/timezone
RUN dpkg-reconfigure -f noninteractive tzdata
# musl-dev is a "general" C compiler (required for psycopg2)
RUN apt-get update && apt-get install -y libpq-dev gcc
RUN pip install pipenv
Expand Down

0 comments on commit ada633d

Please sign in to comment.