Skip to content

Commit

Permalink
Add timezone data to server base image
Browse files Browse the repository at this point in the history
  • Loading branch information
LarsKemmann committed Sep 2, 2024
1 parent 35c540f commit 981f79f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/CareTogether.Api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# More info at https://docs.microsoft.com/en-us/aspnet/core/host-and-deploy/docker/building-net-docker-images?view=aspnetcore-6.0

FROM mcr.microsoft.com/dotnet/aspnet:8.0-alpine-amd64 AS base
RUN apk add --no-cache tzdata
WORKDIR /app

FROM mcr.microsoft.com/dotnet/sdk:8.0-alpine-amd64 AS build
Expand Down

1 comment on commit 981f79f

@LarsKemmann
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.