remove gnupg2 after work

This commit is contained in:
Mylloon 2021-08-06 14:48:14 +02:00
parent 485442da42
commit 313fa832be

View file

@ -11,7 +11,7 @@ RUN apt-get update && \
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 && \
apt remove -y curl
apt remove -y curl gnupg2
COPY README.md .
COPY src .