Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remover atualização de todos os pacotes do btlx #58

Merged
merged 1 commit into from
Sep 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions bot-fy/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@ RUN dotnet publish "bot-fy.csproj" -c Release -o /app/publish
FROM mcr.microsoft.com/dotnet/runtime:7.0 AS base

RUN apt-get update -y && \
apt-get upgrade -y && \
apt-get install libopus0 libopus-dev libsodium23 libsodium-dev ffmpeg -y && \
apt-get clean -y

WORKDIR /app
COPY --from=publish /app/publish .
ENTRYPOINT ["dotnet", "bot-fy.dll"]
ENTRYPOINT ["dotnet", "bot-fy.dll"]
Loading