with curl
This commit is contained in:
parent
712c5790eb
commit
d35af5e914
1 changed files with 3 additions and 3 deletions
|
@ -4,14 +4,14 @@ ENV DOCKER_KASSOUBOT=True
|
|||
|
||||
COPY requirements.txt .
|
||||
RUN apt update && \
|
||||
apt install git -y && \
|
||||
apt install git curl -y && \
|
||||
pip install -r requirements.txt && \
|
||||
apt purge git -y
|
||||
curl -Lso /src/lavalink/README.md https://gitlab.com/ConfrerieDuKassoulait/lavalink/-/blob/main/README.md && \
|
||||
apt purge git curl -y
|
||||
|
||||
COPY README.md .
|
||||
|
||||
WORKDIR /opt
|
||||
COPY src .
|
||||
RUN curl -Lso /src/lavalink/README.md https://gitlab.com/ConfrerieDuKassoulait/lavalink/-/blob/main/README.md
|
||||
|
||||
CMD ["python", "-u", "./main.py"]
|
||||
|
|
Reference in a new issue