Compare commits
3 Commits
v4.2.1
...
0514110fa0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0514110fa0 | ||
|
|
4e49b098da | ||
| c89e740e02 |
@@ -7,6 +7,8 @@ FROM public.ecr.aws/docker/library/eclipse-temurin:23.0.1_11-jre AS runner
|
|||||||
LABEL authors="skydust"
|
LABEL authors="skydust"
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
RUN wget https://repo.zabbix.com/zabbix/7.2/release/ubuntu/pool/main/z/zabbix-release/zabbix-release_latest_7.2+ubuntu24.04_all.deb
|
||||||
|
RUN dpkg -i zabbix-release_latest_7.2+ubuntu24.04_all.deb && rm zabbix-release_latest_7.2+ubuntu24.04_all.deb
|
||||||
RUN apt update && apt install -y zabbix-sender && rm -rf /var/lib/apt/lists/*
|
RUN apt update && apt install -y zabbix-sender && rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
COPY --from=builder /app/build/libs/JdrBot.jar /app/JdrBot.jar
|
COPY --from=builder /app/build/libs/JdrBot.jar /app/JdrBot.jar
|
||||||
|
|||||||
@@ -29,13 +29,13 @@ dependencies {
|
|||||||
implementation 'net.lingala.zip4j:zip4j:2.11.5'
|
implementation 'net.lingala.zip4j:zip4j:2.11.5'
|
||||||
implementation 'club.minnced:opus-java:1.1.1'
|
implementation 'club.minnced:opus-java:1.1.1'
|
||||||
implementation 'ws.schild:jave-all-deps:3.5.0'
|
implementation 'ws.schild:jave-all-deps:3.5.0'
|
||||||
implementation 'com.google.guava:guava:31.1-jre'
|
implementation 'com.google.guava:guava:33.4.0-jre'
|
||||||
implementation 'com.github.oshi:oshi-core:6.6.5'
|
implementation 'com.github.oshi:oshi-core:6.6.5'
|
||||||
implementation 'com.github.oshi:oshi-json:3.13.6'
|
implementation 'com.github.oshi:oshi-json:3.13.6'
|
||||||
implementation 'org.slf4j:slf4j-simple:2.0.16'
|
implementation 'org.slf4j:slf4j-simple:2.0.16'
|
||||||
implementation 'org.apache.commons:commons-lang3:3.17.0'
|
implementation 'org.apache.commons:commons-lang3:3.17.0'
|
||||||
implementation 'dev.arbjerg:lavaplayer:2.2.2'
|
implementation 'dev.arbjerg:lavaplayer:2.2.2'
|
||||||
implementation 'net.dv8tion:JDA:5.2.1'
|
implementation 'net.dv8tion:JDA:5.2.2'
|
||||||
implementation 'org.reflections:reflections:0.10.2'
|
implementation 'org.reflections:reflections:0.10.2'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user