Skip to content

Commit

Permalink
set XDG_RUNTIME_DIR in runtime container
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Feb 12, 2024
1 parent c29e59e commit 4287625
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \

COPY --from=build /venv/ /venv/
ENV PATH=/venv/bin:$PATH
ENV XDG_RUNTIME_DIR=/tmp/runtime-:$USER

# change this entrypoint if it is not the same as the repo
ENTRYPOINT ["dls-pmac-control"]
Expand Down

0 comments on commit 4287625

Please sign in to comment.