Fix typo in sonarr dockerfile

This commit is contained in:
Jean Froment 2017-03-17 15:56:57 +01:00
parent 0057e5e494
commit 6c3af5a1aa
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ FROM buildpack-deps:xenial-scm
MAINTAINER Jean Froment <froment.je@gmail.com>
# Get latest path for Jackett
jack_tag=$(curl -sX GET "https://api.github.com/repos/Jackett/Jackett/releases/latest" \
RUN jack_tag=$(curl -sX GET "https://api.github.com/repos/Jackett/Jackett/releases/latest" \
| awk '/tag_name/{print $4;exit}' FS='[""]')
# Install Sonarr, S6, and Jackett