diff --git a/Dockerfile b/Dockerfile index fb592f6c14..c171af9b7d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -60,7 +60,7 @@ ENV MPLCONFIGDIR=/tmp/matplotlib # Make a path to site-packages that is invariant with python version # This allows our pathMapping in launch.jsons to always find build blueapi WORKDIR /venv/lib -RUN ln -s python python${PYTHON_VERSION} +RUN ln -sf python* python RUN groupadd -g 1000 blueapi && \ useradd -m -u 1000 -g blueapi blueapi