-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefinition-manifest.json
70 lines (70 loc) · 1.03 KB
/
definition-manifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"variants": ["3", "3.9", "3.8", "3.7", "3.6"],
"build": {
"latest": true,
"rootDistro": "debian",
"tags": [
"python:${VERSION}-${VARIANT}"
]
},
"dependencies": {
"image": "python:${VARIANT}",
"imageLink": "https://hub.docker.com/_/python",
"debian": [
"apt-utils",
"git",
"openssh-client",
"gnupg2",
"iproute2",
"procps",
"lsof",
"htop",
"net-tools",
"psmisc",
"curl",
"wget",
"rsync",
"ca-certificates",
"unzip",
"zip",
"tar",
"nano",
"vim-tiny",
"less",
"jq",
"lsb-release",
"apt-transport-https",
"dialog",
"libc6",
"libgcc1",
"libgssapi-krb5-2",
"libicu[0-9][0-9]",
"liblttng-ust0",
"libstdc++6",
"zlib1g",
"locales",
"sudo",
"ncdu",
"man-db",
"zsh",
"yarn"
],
"git": {
"Oh My Zsh!": "/root/.oh-my-zsh",
"nvm": "/usr/local/share/nvm"
},
"pipx": [
"pylint",
"flake8",
"autopep8",
"black",
"yapf",
"mypy",
"pydocstyle",
"pycodestyle",
"bandit",
"virtualenv",
"pipx"
]
}
}