Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docker/Dockerfile_Process
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ ARG MediaPushVersion
ARG UseSupervisor=false
ARG BranchName=master

ENV ANT_MEDIA_SERVER_HOME=/usr/local/antmedia
ENV LD_LIBRARY_PATH=${ANT_MEDIA_SERVER_HOME}/lib/native-linux-x86_64:${ANT_MEDIA_SERVER_HOME}/lib/native
ENV UseSupervisor=${UseSupervisor}

#Running update and install makes the builder not to use cache which resolves some updates
Expand Down