mirror of
https://github.com/linuxserver/docker-mods.git
synced 2026-03-23 00:05:28 +08:00
fix: removed unwanted code, file not saved properly
This commit is contained in:
parent
acf2ecb5c9
commit
aaa7322103
15
Dockerfile
15
Dockerfile
@ -10,21 +10,6 @@ RUN tar -zxvf kindlegen.tar.gz kindlegen
|
||||
RUN chmod +rwx 'kindlegen'
|
||||
RUN rm kindlegen.tar.gz
|
||||
|
||||
|
||||
RUN \
|
||||
echo "**** grab transmissionic ****" && \
|
||||
mkdir -p /root-layer/themes && \
|
||||
if [ -z ${MOD_VERSION+x} ]; then \
|
||||
MOD_VERSION=$(curl -s "https://api.github.com/repos/6c65726f79/Transmissionic/releases/latest" \
|
||||
| jq -rc ".tag_name"); \
|
||||
fi && \
|
||||
curl -o \
|
||||
/tmp/transmissionic.zip -L \
|
||||
"https://github.com/6c65726f79/Transmissionic/releases/download/${MOD_VERSION}/Transmissionic-webui-${MOD_VERSION}.zip" && \
|
||||
unzip \
|
||||
/tmp/transmissionic.zip -d \
|
||||
/root-layer/themes && \
|
||||
mv /root-layer/themes/web /root-layer/themes/transmissionic
|
||||
RUN \
|
||||
if [ -z ${MOD_VERSION+x} ]; then \
|
||||
MOD_VERSION=$(curl -s "https://api.github.com/repos/ciromattia/kcc/releases/latest" \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user