|  | @@ -18,7 +18,7 @@ COPY ./entrypoint.sh /entrypoint.sh
 | 
	
		
			
				|  |  |  RUN mkdir -p /etc/acme-dns && mkdir -p /var/lib/acme-dns && mkdir /etc/letsencrypt \
 | 
	
		
			
				|  |  |      && rm -rf ./config.cfg \
 | 
	
		
			
				|  |  |      && apk --no-cache add ca-certificates && update-ca-certificates \
 | 
	
		
			
				|  |  | -    && apk --no-cache add py-requests certbot curl python2 sqlite bash git \
 | 
	
		
			
				|  |  | +    && apk --no-cache add py-requests certbot curl python2 sqlite bash git openssh-client \
 | 
	
		
			
				|  |  |      && curl -o /etc/letsencrypt/acme-dns-auth.py \
 | 
	
		
			
				|  |  |  	https://raw.githubusercontent.com/joohoi/acme-dns-certbot-joohoi/master/acme-dns-auth.py \
 | 
	
		
			
				|  |  |      && chmod 0700 /etc/letsencrypt/acme-dns-auth.py
 |