Skip to content

Commit c82ee48

Browse files
authored
Update Dockerfile
1 parent ff65112 commit c82ee48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN cmake .. -DCMAKE_BUILD_TYPE=Release -Dbuild_sideloadipa=OFF -Dlink_libplist_
1515

1616
# Base for run
1717
FROM debian:unstable-slim
18-
RUN apt-get update && apt-get install --no-install-recommends -y ca-certificates libplist3 curl unzip libgphobos2 \
18+
RUN apt-get update && apt-get install --no-install-recommends -y ca-certificates libplist3 curl unzip libgphobos3 \
1919
&& apt-get clean \
2020
&& rm -rf /var/lib/apt/lists/*
2121

0 commit comments

Comments
 (0)