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 7c5d7e1 commit 87da4c2Copy full SHA for 87da4c2
Dockerfile
@@ -12,7 +12,7 @@ RUN rm kindlegen.tar.gz
12
13
RUN \
14
if [ -z ${MOD_VERSION+x} ]; then \
15
- MOD_VERSION=$(curl -s https://api.github.com/repos/ciromattia/kcc/releases/latest | jq -rc ".tag_name"); \
+ MOD_VERSION=$(curl -s https://api.github.com/repos/ciromattia/kcc/releases/latest | jq -rc ".tag_name"); \
16
fi; \
17
curl -L https://github.com/ciromattia/kcc/archive/refs/tags/${MOD_VERSION}.tar.gz > kcc.tar.gz && \
18
tar -xzf kcc.tar.gz && \
0 commit comments