Skip to content

Commit

Permalink
specify altserver_anisete_Server in dockerfile instead
Browse files Browse the repository at this point in the history
Signed-off-by: Macley <[email protected]>
  • Loading branch information
Macleykun authored Oct 20, 2024
1 parent ee271d7 commit 39a859f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM debian:bookworm-slim

ENV ALTSERVER_ANISETTE_SERVER="https://ani.sidestore.io/"

RUN apt-get update && apt-get install -y --no-install-recommends unzip ca-certificates usbmuxd libimobiledevice6 libimobiledevice-utils libavahi-compat-libdnssd-dev curl && \
apt-get clean && \
rm -rf /var/lib/apt/lists/ && \
Expand Down

0 comments on commit 39a859f

Please sign in to comment.