diff --git a/Dockerfile b/Dockerfile index 0a2f7ee..15050a7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,5 @@ +FROM fredboat/lavalink:master + FROM python:3.8.6-slim COPY requirements.txt .