Skip to content

Commit 2ed475f

Browse files
authored
Merge pull request laradock#300 from lialosiu/master
fix php warning in Workspace: "Unable to load dynamic library aerospike"
2 parents 15b3fe6 + 3a51000 commit 2ed475f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

workspace/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,9 @@ RUN if [ ${INSTALL_AEROSPIKE_EXTENSION} = true ]; then \
186186
) \
187187
&& rm /tmp/aerospike-client-php.tar.gz \
188188
;fi
189+
RUN if [ ${INSTALL_AEROSPIKE_EXTENSION} = false ]; then \
190+
rm /etc/php/7.0/cli/conf.d/aerospike.ini \
191+
;fi
189192

190193
#
191194
#--------------------------------------------------------------------------

0 commit comments

Comments
 (0)