You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 7.2/alpine3.6/cli/Dockerfile
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -95,6 +95,7 @@ RUN set -xe \
95
95
curl-dev \
96
96
libedit-dev \
97
97
libressl-dev \
98
+
libsodium-dev \
98
99
libxml2-dev \
99
100
sqlite-dev \
100
101
\
@@ -117,6 +118,8 @@ RUN set -xe \
117
118
--enable-mbstring \
118
119
# --enable-mysqlnd is included here because it's harder to compile after the fact than extensions are (since it's a plugin for several extensions, not an extension in itself)
Copy file name to clipboardExpand all lines: 7.2/alpine3.6/fpm/Dockerfile
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -96,6 +96,7 @@ RUN set -xe \
96
96
curl-dev \
97
97
libedit-dev \
98
98
libressl-dev \
99
+
libsodium-dev \
99
100
libxml2-dev \
100
101
sqlite-dev \
101
102
\
@@ -118,6 +119,8 @@ RUN set -xe \
118
119
--enable-mbstring \
119
120
# --enable-mysqlnd is included here because it's harder to compile after the fact than extensions are (since it's a plugin for several extensions, not an extension in itself)
Copy file name to clipboardExpand all lines: 7.2/alpine3.6/zts/Dockerfile
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -96,6 +96,7 @@ RUN set -xe \
96
96
curl-dev \
97
97
libedit-dev \
98
98
libressl-dev \
99
+
libsodium-dev \
99
100
libxml2-dev \
100
101
sqlite-dev \
101
102
\
@@ -118,6 +119,8 @@ RUN set -xe \
118
119
--enable-mbstring \
119
120
# --enable-mysqlnd is included here because it's harder to compile after the fact than extensions are (since it's a plugin for several extensions, not an extension in itself)
Copy file name to clipboardExpand all lines: 7.2/alpine3.7/cli/Dockerfile
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -95,6 +95,7 @@ RUN set -xe \
95
95
curl-dev \
96
96
libedit-dev \
97
97
libressl-dev \
98
+
libsodium-dev \
98
99
libxml2-dev \
99
100
sqlite-dev \
100
101
\
@@ -117,6 +118,8 @@ RUN set -xe \
117
118
--enable-mbstring \
118
119
# --enable-mysqlnd is included here because it's harder to compile after the fact than extensions are (since it's a plugin for several extensions, not an extension in itself)
Copy file name to clipboardExpand all lines: 7.2/alpine3.7/fpm/Dockerfile
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -96,6 +96,7 @@ RUN set -xe \
96
96
curl-dev \
97
97
libedit-dev \
98
98
libressl-dev \
99
+
libsodium-dev \
99
100
libxml2-dev \
100
101
sqlite-dev \
101
102
\
@@ -118,6 +119,8 @@ RUN set -xe \
118
119
--enable-mbstring \
119
120
# --enable-mysqlnd is included here because it's harder to compile after the fact than extensions are (since it's a plugin for several extensions, not an extension in itself)
Copy file name to clipboardExpand all lines: 7.2/alpine3.7/zts/Dockerfile
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -96,6 +96,7 @@ RUN set -xe \
96
96
curl-dev \
97
97
libedit-dev \
98
98
libressl-dev \
99
+
libsodium-dev \
99
100
libxml2-dev \
100
101
sqlite-dev \
101
102
\
@@ -118,6 +119,8 @@ RUN set -xe \
118
119
--enable-mbstring \
119
120
# --enable-mysqlnd is included here because it's harder to compile after the fact than extensions are (since it's a plugin for several extensions, not an extension in itself)
0 commit comments