We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c6fc43 commit bba0695Copy full SHA for bba0695
requirements.txt
@@ -10,6 +10,7 @@ iso8601~=1.1
10
Jinja2~=3.0
11
pyaml-env~=1.1
12
requests~=2.28
13
+requests-toolbelt~=0.10
14
rfc3339~=6.2
15
xmltodict~=0.13
16
scripts/build.sh
@@ -14,5 +14,6 @@ fi
docker build \
--build-arg VERSION="$1" \
17
+ --no-cache \
18
-f Dockerfile-builder \
19
-t rkvst-python-builder .
0 commit comments