We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee271d7 commit 39a859fCopy full SHA for 39a859f
Dockerfile
@@ -1,5 +1,7 @@
1
FROM debian:bookworm-slim
2
3
+ENV ALTSERVER_ANISETTE_SERVER="https://ani.sidestore.io/"
4
+
5
RUN apt-get update && apt-get install -y --no-install-recommends unzip ca-certificates usbmuxd libimobiledevice6 libimobiledevice-utils libavahi-compat-libdnssd-dev curl && \
6
apt-get clean && \
7
rm -rf /var/lib/apt/lists/ && \
0 commit comments