fixed mongodb can not authentication
The SCRAM_SHA_256 authentication mechanism requires libmongoc built with ENABLE_SSL. But current versio not support.
This commit is contained in:
		@@ -32,6 +32,8 @@ RUN apk --update add wget \
 | 
			
		||||
  cyrus-sasl-dev \
 | 
			
		||||
  libgsasl-dev \
 | 
			
		||||
  oniguruma-dev \
 | 
			
		||||
  openssl \
 | 
			
		||||
  openssl-dev \
 | 
			
		||||
  supervisor
 | 
			
		||||
 | 
			
		||||
RUN docker-php-ext-install mysqli mbstring pdo pdo_mysql tokenizer xml pcntl
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user