mirror of
https://github.com/RPCS3/discord-bot.git
synced 2024-11-27 04:00:34 +00:00
commit
10d3f1ec88
@ -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 tzdata
|
||||
RUN DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt-get install -y --allow-unauthenticated libc6-dev libgdiplus libx11-dev fonts-roboto tzdata
|
||||
|
||||
# debian-specific?
|
||||
#RUN rm -rf /var/lib/apt/lists/*
|
||||
|
@ -17,4 +17,10 @@ public class TimeParserTests
|
||||
Assert.That(result, Is.EqualTo(utc));
|
||||
Assert.That(result.Kind, Is.EqualTo(DateTimeKind.Utc));
|
||||
}
|
||||
|
||||
[Test]
|
||||
public void TimeZoneInfoTest()
|
||||
{
|
||||
Assert.That(TimeParser.TimeZoneMap.Count, Is.GreaterThan(0));
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user