Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge master into vlc support #770

Open
wants to merge 12 commits into
base: vlc-support
Choose a base branch
from
Open
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ubuntu:22.04

# Define download location variables

ARG FILE_LOCATION="https://ispyfiles.azureedge.net/downloads/Agent_Linux64_5_5_7_0.zip"
ARG FILE_LOCATION="https://ispyfiles.azureedge.net/downloads/Agent_Linux64_5_8_4_0.zip"


ENV FILE_LOCATION_SET=${FILE_LOCATION:+true}
Expand All @@ -15,7 +15,7 @@ ARG name

# Download and install dependencies
RUN apt-get update \
&& apt-get install -y wget unzip software-properties-common alsa-utils
&& apt-get install -y wget unzip software-properties-common alsa-utils apt-transport-https libxext-dev fontconfig libva-drm2

# Download/Install iSpy Agent DVR:
# Check if we were given a specific version
Expand Down Expand Up @@ -102,7 +102,7 @@ EXPOSE 8090
EXPOSE 3478/udp

# TURN server UDP port range
EXPOSE 50000-50010/udp
EXPOSE 50000-50100/udp

# Data volumes
VOLUME ["/agent/Media/XML", "/agent/Media/WebServerRoot/Media", "/agent/Commands"]
Expand Down