diff --git a/Dockerfile b/Dockerfile
index 58495688be7694c9a0a7302796139fcd0dac51a5..4f86931073b09170b71fc834083924e1a296608a 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -37,7 +37,9 @@ unzip \
 wget \
 libidn11
 
-RUN apt install -y python3
+RUN apt install -y --break-system-packages python3
+
+RUN python3 --version
 
 # set 'python' command to refer to python3
 RUN update-alternatives --install /usr/bin/python python /usr/bin/python3 1