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

Dependencies updated #8

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
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
Prev Previous commit
Next Next commit
moved base image to ubuntu:focal, added doxygen
cicciodifranco committed Jul 30, 2020
commit e21a0939ecb8d07204026875ae32fbe783026b19
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
FROM debian:buster
FROM ubuntu:focal

LABEL maintainer="Linagora Folks <[email protected]>"
LABEL description="Provides an image with Janus Gateway"

ENV DEBIAN_FRONTEND "noninteractive"
RUN ln -fs /usr/share/zoneinfo/Europe/Rome /etc/localtime
RUN apt-get update -y \
&& apt-get upgrade -y

@@ -63,7 +65,7 @@ RUN cd ~ \
&& git clone https://github.com/meetecho/janus-gateway.git \
&& cd janus-gateway \
&& sh autogen.sh \
&& ./configure --prefix=/opt/janus --disable-rabbitmq --disable-mqtt \
&& ./configure --prefix=/opt/janus --disable-rabbitmq --disable-mqtt --enable-docs \
&& make CFLAGS='-std=c99' \
&& make install \
&& make configs