using script
This commit is contained in:
parent
5a35132f71
commit
2095a615ae
1 changed files with 3 additions and 1 deletions
|
@ -2,7 +2,9 @@ FROM adoptopenjdk:16-openj9
|
||||||
|
|
||||||
WORKDIR /opt
|
WORKDIR /opt
|
||||||
|
|
||||||
RUN curl -Lso Lavalink.jar https://github.com/freyacodes/Lavalink/releases/download/3.3.2.5/Lavalink.jar
|
COPY download.sh .
|
||||||
|
RUN ./download.sh && rm download.sh
|
||||||
|
|
||||||
COPY application.yml .
|
COPY application.yml .
|
||||||
|
|
||||||
RUN groupadd -g 322 lavalink && \
|
RUN groupadd -g 322 lavalink && \
|
||||||
|
|
Reference in a new issue