Skip to content

Commit 39a859f

Browse files
authored
specify altserver_anisete_Server in dockerfile instead
Signed-off-by: Macley <[email protected]>
1 parent ee271d7 commit 39a859f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
FROM debian:bookworm-slim
22

3+
ENV ALTSERVER_ANISETTE_SERVER="https://ani.sidestore.io/"
4+
35
RUN apt-get update && apt-get install -y --no-install-recommends unzip ca-certificates usbmuxd libimobiledevice6 libimobiledevice-utils libavahi-compat-libdnssd-dev curl && \
46
apt-get clean && \
57
rm -rf /var/lib/apt/lists/ && \

0 commit comments

Comments
 (0)