Skip to content

Commit

Permalink
Merge pull request #12 from ThatRex/main
Browse files Browse the repository at this point in the history
Updated lavalink jar link, Removed unneeded package install
  • Loading branch information
hirusha-adi authored Dec 19, 2022
2 parents 32cae1d + d890a09 commit 3b27136
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
7 changes: 3 additions & 4 deletions Dockerfile-bot
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
FROM python:3.8-slim-buster

# Install Packages
RUN apt update && apt install -y ffmpeg

# Setup Bot
WORKDIR /bot

COPY requirements.txt requirements.txt

RUN pip3 install -r requirements.txt

COPY . .
3 changes: 2 additions & 1 deletion Dockerfile-lavalink
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ RUN apt update && apt install -y wget

WORKDIR /lavalink

RUN wget 'https://github.com/freyacodes/Lavalink/releases/download/3.4/Lavalink.jar'
RUN wget 'https://github.com/freyacodes/Lavalink/releases/download/3.6.2/Lavalink.jar'

COPY lavalink.yml application.yml

0 comments on commit 3b27136

Please sign in to comment.