diff --git a/Dockerfile b/Dockerfile index d1a9f90..540816b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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} @@ -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 @@ -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"]