diff --git a/Dockerfile b/Dockerfile
index 81c3ca2c45b5920902af01ebcac21ce7ce91e927..8cbec8df6a37b760a3b6d7c56d93b2638a16a69c 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,6 @@
 FROM gitlab-registry.synchrotron-soleil.fr/pa/collective-effects/python_mpi:latest
 LABEL name mbtrack2
+USER dockeruser
+RUN pip3 install accelerator-toolbox=0.5.0
 COPY --chown=dockeruser mbtrack2 /home/dockeruser/mbtrack2
 ENV PYTHONPATH=/home/dockeruser/
\ No newline at end of file