File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -57,5 +57,5 @@ bionic-image:
57
57
docker build -t pypi-server:bionic -f package/Dockerfile.bionic package
58
58
59
59
docker-image :
60
- docker build -t mosquito/pypi-server:$(VERSION ) --squash .
60
+ docker build -t mosquito/pypi-server:$(VERSION ) .
61
61
docker tag mosquito/pypi-server:$(VERSION ) mosquito/pypi-server:latest
Original file line number Diff line number Diff line change 9
9
("Dmitry Orlov" , "me@mosquito.su" )
10
10
]
11
11
12
- version_info = (0 , 4 , 9 )
12
+ version_info = (0 , 4 , 10 )
13
13
14
14
__version__ = "." .join (map (str , version_info ))
15
15
__author__ = ", " .join ("{0} <{1}>" .format (* author ) for author in author_info )
Original file line number Diff line number Diff line change @@ -82,7 +82,8 @@ def walker(base, *paths):
82
82
'slimurl' ,
83
83
'peewee<3' ,
84
84
'bcrypt>=2.0' ,
85
- 'lxml' ,
85
+ # For building with Debian. By default is uses python3.4
86
+ 'lxml<4.4' ,
86
87
'futures' ,
87
88
'six' ,
88
89
),
You can’t perform that action at this time.
0 commit comments