Skip to content

Commit 0bc45c5

Browse files
Merge pull request #8 from appwrite/feat-temp-scrypt-fix
Switch to use SSE Fixed Branch until main has been updated
2 parents 0a2fea4 + 7edf3a3 commit 0bc45c5

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

Dockerfile

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -139,15 +139,12 @@ RUN git clone --recursive https://github.com/kjdev/php-ext-snappy.git \
139139
## Scrypt Extension
140140
FROM compile AS scrypt
141141
RUN \
142-
git clone --depth 1 --branch master https://github.com/DomBlack/php-scrypt.git && \
143-
cd php-scrypt && \
144-
git reset --hard $PHP_SCRYPT_COMMIT_SHA && \
142+
git clone --depth 1 --branch fix-invalid-sse-flags https://github.com/PineappleIOnic/php-scrypt-c.git && \
143+
cd php-scrypt-c && \
145144
phpize && \
146145
./configure --enable-scrypt && \
147146
make && make install
148147

149-
150-
151148
FROM php:8.0.18-cli-alpine3.15 as final
152149

153150
LABEL maintainer="team@appwrite.io"

0 commit comments

Comments
 (0)