remove comment
This commit is contained in:
parent
0a65ab82de
commit
19411feffc
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ FROM python:3.8.6-slim
|
|||
COPY requirements.txt .
|
||||
RUN pip install -r requirements.txt
|
||||
|
||||
RUN mkdir -p /usr/share/man/man1 && \ # fix to install java
|
||||
RUN mkdir -p /usr/share/man/man1 && \
|
||||
apt update && \
|
||||
apt install curl openjdk-11-jdk -yf && \
|
||||
curl -sLo Lavalink.jar https://github.com/freyacodes/Lavalink/releases/download/3.3.2.5/Lavalink.jar && \
|
||||
|
|
Reference in a new issue