Browse Source

Add docker[tls] as dependency

master
Ricardo Branco 6 years ago
parent
commit
ba8c63be03
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Dockerfile

+ 1
- 1
Dockerfile View File

@@ -2,7 +2,7 @@ FROM	registry:2
2 2
 
3 3
 RUN	apk --no-cache add python3 python3-dev
4 4
 
5
-RUN	pip3 install --no-cache-dir docker pyyaml
5
+RUN	pip3 install --no-cache-dir docker docker[tls] pyyaml
6 6
 
7 7
 COPY	clean_registry.py /usr/local/bin/clean_registry.py
8 8
 

Loading…
Cancel
Save