update plexpy repo

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle 2018-03-11 12:50:58 -04:00
parent a50dfeca02
commit 58ed177da7
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3
2 changed files with 5 additions and 3 deletions

View File

@ -43,6 +43,8 @@ get_latest() {
dir="gitiles" dir="gitiles"
elif [[ "$dir" == "byte-unixbench" ]]; then elif [[ "$dir" == "byte-unixbench" ]]; then
dir="unixbench" dir="unixbench"
elif [[ "$dir" == "Tautulli" ]]; then
dir="plexpy"
elif [[ "$dir" == "zookeeper" ]]; then elif [[ "$dir" == "zookeeper" ]]; then
dir="zookeeper/3.5" dir="zookeeper/3.5"
elif [[ "$dir" == "oauth2_proxy" ]]; then elif [[ "$dir" == "oauth2_proxy" ]]; then
@ -74,7 +76,7 @@ irssi/irssi
keepassxreboot/keepassxc keepassxreboot/keepassxc
zyedidia/micro zyedidia/micro
bitly/oauth2_proxy bitly/oauth2_proxy
JonnyWong16/plexpy Tautulli/Tautulli
powershell/powershell powershell/powershell
ricochet-im/ricochet ricochet-im/ricochet
reverse-shell/routersploit reverse-shell/routersploit

View File

@ -14,8 +14,8 @@ RUN apk add --no-cache \
python python
# Get the source # Get the source
ENV PLEXPY_VERSION v1.4.25 ENV PLEXPY_VERSION v2.0.22
RUN git clone https://github.com/drzoidberg33/plexpy.git /opt/plexpy \ RUN git clone https://github.com/Tautulli/Tautulli.git /opt/plexpy \
&& ( \ && ( \
cd /opt/plexpy \ cd /opt/plexpy \
&& git checkout "${PLEXPY_VERSION}" \ && git checkout "${PLEXPY_VERSION}" \