mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-01-31 01:25:22 +01:00
ugh
This commit is contained in:
@@ -2,8 +2,9 @@ FROM mcr.microsoft.com/dotnet/sdk:5.0-focal AS base
|
||||
# Native libgdiplus dependencies
|
||||
RUN apt-get update
|
||||
RUN apt-get install -y --allow-unauthenticated libc6-dev libgdiplus libx11-dev fonts-roboto
|
||||
RUN rm -rf /var/lib/apt/lists/*
|
||||
RUN ln -s /lib/x86_64-linux-gnu/libdl-2.24.so /lib/x86_64-linux-gnu/libdl.so
|
||||
# debian-specific?
|
||||
#RUN rm -rf /var/lib/apt/lists/*
|
||||
#RUN ln -s /lib/x86_64-linux-gnu/libdl-2.24.so /lib/x86_64-linux-gnu/libdl.so
|
||||
# Regular stuff
|
||||
COPY packages /root/.nuget/packages/
|
||||
WORKDIR /src
|
||||
|
||||
Reference in New Issue
Block a user