الملفات
codepill-sfu/Dockerfile

8 أسطر
161 B
Docker

FROM node:16-slim
WORKDIR /src
RUN \
DEBIAN_FRONTEND=noninteractive apt update && \
apt install -y --no-install-recommends build-essential python3-pip