We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf568c2 commit 116c303Copy full SHA for 116c303
JanusCoreDeps/Dockerfile
@@ -7,9 +7,6 @@ FROM --platform=${PLATFORM} ubuntu:${UBUNTU_VERSION}
7
LABEL maintainer="shivansh talwar <shivanshtalwar0@gmail.com>"
8
LABEL description="Provides an image with Janus Gateway dependencies"
9
10
-
11
-RUN apt purge libsrtp* -y
12
13
RUN apt update && apt upgrade -y && \
14
apt install -y \
15
curl gcc g++ make \
0 commit comments