Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
0bdbc52196 | |||
614c50583b |
2
build.sh
2
build.sh
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
docker build -t salt-build .
|
docker build -t salt-build .
|
||||||
docker run -it -v $(pwd)/out:/out salt-build /salt/install.sh 3006.8
|
docker run -it -v $(pwd)/out:/salt/out salt-build /salt/install.sh 3006.8
|
||||||
|
18
require.txt
18
require.txt
@ -1,13 +1,15 @@
|
|||||||
PyYAML==6.0.2
|
PyYAML==6.0.2
|
||||||
cryptography==45.0.7
|
aiohttp==3.12.15
|
||||||
distro==1.9.0
|
cherrypy==18.8.0
|
||||||
|
cryptography==42.0.5
|
||||||
|
distro==1.8.0
|
||||||
docker==7.1.0
|
docker==7.1.0
|
||||||
jinja2==3.1.6
|
jinja2==3.1.6
|
||||||
looseversion==1.3.0
|
looseversion==1.3.0
|
||||||
msgpack==1.1.1
|
msgpack==1.0.7
|
||||||
packaging==25.0
|
packaging==24.0
|
||||||
psycopg2==2.9.10
|
psycopg2==2.9.10
|
||||||
pycryptodomex==3.23.0
|
pycryptodomex==3.19.1
|
||||||
pyzmq==27.1.0
|
pyzmq==25.1.2
|
||||||
requests==2.32.5
|
requests==2.32.3
|
||||||
tornado==6.5.2
|
tornado==6.4.2
|
||||||
|
Loading…
Reference in New Issue
Block a user