Skip to content

Commit

Permalink
Merge pull request #58 from eduardopilati/patch-1
Browse files Browse the repository at this point in the history
Remover atualização de todos os pacotes do btlx
  • Loading branch information
migueloliveiradev authored Sep 9, 2024
2 parents e701837 + 6190ddb commit 83a2894
Showing 1 changed file with 1 addition and 2 deletions.
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"]

0 comments on commit 83a2894

Please sign in to comment.