no need to install curl
This commit is contained in:
parent
c1770b88bb
commit
80b52dbae8
1 changed files with 2 additions and 4 deletions
|
@ -1,10 +1,8 @@
|
||||||
FROM adoptopenjdk:16-openj9
|
FROM adoptopenjdk:16-openj9
|
||||||
|
|
||||||
WORKDIR /opt
|
WORKDIR /opt
|
||||||
RUN apt update & \
|
|
||||||
apt install curl & \
|
RUN curl -Lso Lavalink.jar https://github.com/freyacodes/Lavalink/releases/download/3.3.2.5/Lavalink.jar
|
||||||
curl -Lso Lavalink.jar https://github.com/freyacodes/Lavalink/releases/download/3.3.2.5/Lavalink.jar \
|
|
||||||
apt remove curl
|
|
||||||
COPY application.yml .
|
COPY application.yml .
|
||||||
|
|
||||||
RUN groupadd -g 322 lavalink && \
|
RUN groupadd -g 322 lavalink && \
|
||||||
|
|
Reference in a new issue