Skip to content

Commit

Permalink
Fixes build dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
vpetersson committed Sep 20, 2022
1 parent be8ba82 commit d2c3351
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.websocket
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM screenly/srly-ose-base

ADD requirements/requirements-websocket.txt /tmp/requirements.txt
COPY requirements/requirements-websocket.txt /tmp/requirements.txt
RUN pip install --no-cache-dir -r /tmp/requirements.txt

RUN mkdir -p /usr/src/app
Expand Down
1 change: 1 addition & 0 deletions requirements/requirements-websocket.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ futures==3.3.0
gevent-websocket==0.10.1
gevent==21.12.0
pytz==2022.2.1
pyzmq==19.0.2
1 change: 1 addition & 0 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@ requests[security]==2.27.1
sh==1.8
six==1.15.0
urllib3==1.25.0
wheel==0.37.1
youtube-dl>=2021.12.17

0 comments on commit d2c3351

Please sign in to comment.