Skip to content

Commit

Permalink
Merge pull request #428 from berty/dev/moul/zsign-15.1
Browse files Browse the repository at this point in the history
fix: bump zsign to support iOS 15.1
  • Loading branch information
moul authored Nov 10, 2021
2 parents 8b22319 + c176d3c commit 5a92c9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN apk add --no-cache --virtual .build-deps g++ clang clang-static
apk add --no-cache zip unzip git
RUN git clone https://github.com/zhlynn/zsign && \
cd zsign && \
git reset --hard 241606322dad83485d75cfeb0cbc72ef274bc1c7
git reset --hard eeec1810f7b437d46d623c94c010c4ffafe26fd6
WORKDIR zsign
RUN clang++ ./*.cpp ./common/*.cpp /usr/lib/libcrypto.a -O3 -o zsign -static
#RUN g++ ./*.cpp common/*.cpp -lcrypto -O3 -o zsign
Expand Down

0 comments on commit 5a92c9e

Please sign in to comment.