Skip to content

Commit d56576e

Browse files
committed
[dockerfile] enable system-wide python package installation for pip
1 parent b7c1f1f commit d56576e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ ENV WORKSPACE=/workspace
55
RUN mkdir -p ${WORKSPACE}
66
WORKDIR ${WORKSPACE}
77
COPY . ${WORKSPACE}
8+
ENV PIP_BREAK_SYSTEM_PACKAGES=1
89
# Install and cleanup is done in one command to minimize the build cache size
910
RUN apt-get update -qq \
1011
# Extract package names from install_apt_packages.sh

0 commit comments

Comments
 (0)