Skip to content

Commit

Permalink
Fix py?
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Valdron <[email protected]>
  • Loading branch information
jValdron committed Aug 20, 2024
1 parent e15a6c9 commit a20cfff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ MAINTAINER Jason Valdron <[email protected]>
RUN apt-get update && apt-get install motion ffmpeg v4l-utils -y

# Install motioneye's dependencies.
RUN apt-get update && apt-get install python-pip python-dev libssl-dev libcurl4-openssl-dev libjpeg-dev -y
RUN apt-get update && apt-get install python3-pip python-dev libssl-dev libcurl4-openssl-dev libjpeg-dev -y

# Install motioneye.
RUN pip install motioneye
Expand Down

0 comments on commit a20cfff

Please sign in to comment.