We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c29e59e commit 4287625Copy full SHA for 4287625
Dockerfile
@@ -32,6 +32,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
32
33
COPY --from=build /venv/ /venv/
34
ENV PATH=/venv/bin:$PATH
35
+ENV XDG_RUNTIME_DIR=/tmp/runtime-:$USER
36
37
# change this entrypoint if it is not the same as the repo
38
ENTRYPOINT ["dls-pmac-control"]
0 commit comments