Skip to content

Commit 0f07aeb

Browse files
committed
simple
1 parent 4e0f4bd commit 0f07aeb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docker/Dockerfile

+1-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ RUN cd /build \
1414
FROM python:${PYTHON_VERSION}-slim
1515

1616
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
17+
RUN pip3 install -r /app/requirements.all.txt && pip3 cache purge
2018

2119
COPY --from=builder /build/ChatBridge.pyz /app/
2220
WORKDIR /app

0 commit comments

Comments
 (0)