moved dockerfile to alpine, added some errors in music

This commit is contained in:
Toastie 2025-02-13 12:34:08 +13:00
parent 71242d3e80
commit 9cd67a22c4
Signed by: toastie_t0ast
GPG key ID: 0861BE54AD481DC7
4 changed files with 24 additions and 13 deletions
src/EllieBot.Voice

View file

@ -5,6 +5,7 @@ namespace EllieBot.Voice
{
internal static unsafe class Sodium
{
private const string SODIUM = "data/lib/libsodium";
[DllImport(SODIUM, EntryPoint = "crypto_secretbox_easy", CallingConvention = CallingConvention.Cdecl)]