Skip to content

Commit 65e9f6a

Browse files
committed
Add --break-system-packages
1 parent bc35cd7 commit 65e9f6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Dockerfile/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
3838
&& apt-get clean \
3939
&& apt-get purge -y \
4040
&& rm -rf /var/lib/apt/lists* \
41-
&& pip3 install cmake
41+
&& pip3 install --break-system-packages cmake
4242

4343
# Copy TileDB source files from the build context.
4444
COPY . /home/tiledb/TileDB

0 commit comments

Comments
 (0)