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 ff65112 commit c82ee48Copy full SHA for c82ee48
Dockerfile
@@ -15,7 +15,7 @@ RUN cmake .. -DCMAKE_BUILD_TYPE=Release -Dbuild_sideloadipa=OFF -Dlink_libplist_
15
16
# Base for run
17
FROM debian:unstable-slim
18
-RUN apt-get update && apt-get install --no-install-recommends -y ca-certificates libplist3 curl unzip libgphobos2 \
+RUN apt-get update && apt-get install --no-install-recommends -y ca-certificates libplist3 curl unzip libgphobos3 \
19
&& apt-get clean \
20
&& rm -rf /var/lib/apt/lists/*
21
0 commit comments