Skip to content

Commit aaa7322

Browse files
committed
fix: removed unwanted code, file not saved properly
1 parent acf2ecb commit aaa7322

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

Dockerfile

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,6 @@ RUN tar -zxvf kindlegen.tar.gz kindlegen
1010
RUN chmod +rwx 'kindlegen'
1111
RUN rm kindlegen.tar.gz
1212

13-
14-
RUN \
15-
echo "**** grab transmissionic ****" && \
16-
mkdir -p /root-layer/themes && \
17-
if [ -z ${MOD_VERSION+x} ]; then \
18-
MOD_VERSION=$(curl -s "https://api.github.com/repos/6c65726f79/Transmissionic/releases/latest" \
19-
| jq -rc ".tag_name"); \
20-
fi && \
21-
curl -o \
22-
/tmp/transmissionic.zip -L \
23-
"https://github.com/6c65726f79/Transmissionic/releases/download/${MOD_VERSION}/Transmissionic-webui-${MOD_VERSION}.zip" && \
24-
unzip \
25-
/tmp/transmissionic.zip -d \
26-
/root-layer/themes && \
27-
mv /root-layer/themes/web /root-layer/themes/transmissionic
2813
RUN \
2914
if [ -z ${MOD_VERSION+x} ]; then \
3015
MOD_VERSION=$(curl -s "https://api.github.com/repos/ciromattia/kcc/releases/latest" \

0 commit comments

Comments
 (0)