Skip to content

Commit

Permalink
Use python script from this repositry in Dockerfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
nphmuller authored Apr 3, 2020
1 parent bbccb83 commit 6d79738
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ ENV UID=1000
ENV GID=1000

RUN BUILD_DEPS=" \
git \
gcc \
musl-dev \
python2-dev \
Expand All @@ -15,7 +14,7 @@ RUN BUILD_DEPS=" \
&& mkdir /app \
&& addgroup -g $GID -S flask \
&& adduser -u $UID -D -S -h /app -s /sbin/nologin -G flask flask \
&& git clone https://github.com/Dids/tvhProxy /app \
&& copy ./ /app \
&& cd /app \
&& pip install -r requirements.txt \
&& chown -R flask:flask /app \
Expand Down

0 comments on commit 6d79738

Please sign in to comment.