remove gnupg2 after work
This commit is contained in:
parent
485442da42
commit
313fa832be
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ RUN apt-get update && \
|
||||||
apt install -y adoptopenjdk-11-openj9
|
apt install -y adoptopenjdk-11-openj9
|
||||||
|
|
||||||
RUN curl -s -Lo Lavalink.jar https://github.com/freyacodes/Lavalink/releases/download/3.3.2.5/Lavalink.jar && \
|
RUN curl -s -Lo Lavalink.jar https://github.com/freyacodes/Lavalink/releases/download/3.3.2.5/Lavalink.jar && \
|
||||||
apt remove -y curl
|
apt remove -y curl gnupg2
|
||||||
|
|
||||||
COPY README.md .
|
COPY README.md .
|
||||||
COPY src .
|
COPY src .
|
||||||
|
|
Reference in a new issue