We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e0f4bd commit 0f07aebCopy full SHA for 0f07aeb
docker/Dockerfile
@@ -14,9 +14,7 @@ RUN cd /build \
14
FROM python:${PYTHON_VERSION}-slim
15
16
COPY --from=builder /build/requirements.all.txt /app/
17
-RUN apt-get update \
18
- && pip3 install -r /app/requirements.all.txt \
19
- && pip3 cache purge
+RUN pip3 install -r /app/requirements.all.txt && pip3 cache purge
20
21
COPY --from=builder /build/ChatBridge.pyz /app/
22
WORKDIR /app
0 commit comments