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 .
|
COPY requirements.txt .
|
||||||
RUN apt update && \
|
RUN apt update && \
|
||||||
apt install git -y && \
|
apt install git curl -y && \
|
||||||
pip install -r requirements.txt && \
|
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 .
|
COPY README.md .
|
||||||
|
|
||||||
WORKDIR /opt
|
WORKDIR /opt
|
||||||
COPY src .
|
COPY src .
|
||||||
RUN curl -Lso /src/lavalink/README.md https://gitlab.com/ConfrerieDuKassoulait/lavalink/-/blob/main/README.md
|
|
||||||
|
|
||||||
CMD ["python", "-u", "./main.py"]
|
CMD ["python", "-u", "./main.py"]
|
||||||
|
|
Reference in a new issue