We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0a2fea4 + 7edf3a3 commit 0bc45c5Copy full SHA for 0bc45c5
Dockerfile
@@ -139,15 +139,12 @@ RUN git clone --recursive https://github.com/kjdev/php-ext-snappy.git \
139
## Scrypt Extension
140
FROM compile AS scrypt
141
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 && \
+ git clone --depth 1 --branch fix-invalid-sse-flags https://github.com/PineappleIOnic/php-scrypt-c.git && \
+ cd php-scrypt-c && \
145
phpize && \
146
./configure --enable-scrypt && \
147
make && make install
148
149
-
150
151
FROM php:8.0.18-cli-alpine3.15 as final
152
153
LABEL maintainer="team@appwrite.io"
0 commit comments