[mirotalksfu] - reduce dockerfile signature (and built image size)

هذا الالتزام موجود في:
Laurent Goussard
2022-07-05 16:11:08 +02:00
الأصل 0983006e28
التزام 12a772b0bb

عرض الملف

@@ -1,11 +1,7 @@
FROM node:slim FROM node:16-slim
WORKDIR /src WORKDIR /src
RUN \ RUN \
apt-get update && \ DEBIAN_FRONTEND=noninteractive apt update && \
apt-get install -y build-essential apt install -y --no-install-recommends build-essential python3-pip
RUN \
apt update && \
apt install -y python3-pip