Merge pull request #1010 from buraksumer/patch-2

Update Dockerfile
This commit is contained in:
Rémai Gábor 2022-05-25 10:15:50 +02:00 committed by GitHub
commit 2555d34141
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
FROM node:14-buster-slim
RUN apt-get update && \
apt-get install -y git build-essential python pkg-config libssl-dev && \
apt-get install -y git build-essential python pkg-config libssl-dev python3-pip && \
apt-get clean
WORKDIR /edumeet
ENV DEBUG=edumeet*,mediasoup*