Skip to content

Commit 031faed

Browse files
committed
-y
1 parent 596ed97 commit 031faed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ RUN /proxy/venv/bin/pip install --no-compile --no-cache-dir \
3737
find . -type d -name '__pycache__' | xargs rm -rf && \
3838
rm -rf /var/cache/apk/* && \
3939
rm -rf /root/.cache/ && \
40-
pip uninstall pip
40+
pip uninstall -y pip
4141

4242
ENV PATH="/proxy/venv/bin:${PATH}"
4343
EXPOSE 8899/tcp

0 commit comments

Comments
 (0)