mirror of
https://github.com/RPCS3/discord-bot.git
synced 2024-11-23 10:19:39 +00:00
new docker image seems to be missing tzdata package
This commit is contained in:
parent
0ba7d56d82
commit
4c65e8b60b
@ -2,7 +2,7 @@ FROM mcr.microsoft.com/dotnet/sdk:6.0-jammy AS base
|
||||
|
||||
# Native libgdiplus dependencies
|
||||
RUN apt-get update
|
||||
RUN apt-get install -y --allow-unauthenticated libc6-dev libgdiplus libx11-dev fonts-roboto
|
||||
RUN apt-get install -y --allow-unauthenticated libc6-dev libgdiplus libx11-dev fonts-roboto tzdata
|
||||
|
||||
# debian-specific?
|
||||
#RUN rm -rf /var/lib/apt/lists/*
|
||||
|
Loading…
Reference in New Issue
Block a user