Merge pull request #599 from nopdotcom/docker-ca-certs
Docker: add ca-certificates to runtime
This commit is contained in:
		
						commit
						3e7898ecb5
					
				| 
						 | 
				
			
			@ -16,7 +16,7 @@ RUN nimble build -d:danger -d:lto -d:strip \
 | 
			
		|||
 | 
			
		||||
FROM alpine:latest
 | 
			
		||||
WORKDIR /src/
 | 
			
		||||
RUN apk --no-cache add pcre
 | 
			
		||||
RUN apk --no-cache add pcre ca-certificates
 | 
			
		||||
COPY --from=nim /src/nitter/nitter ./
 | 
			
		||||
COPY --from=nim /src/nitter/nitter.example.conf ./nitter.conf
 | 
			
		||||
COPY --from=nim /src/nitter/public ./public
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue