Skip to content

Commit 4287625

Browse files
committed
set XDG_RUNTIME_DIR in runtime container
1 parent c29e59e commit 4287625

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
3232

3333
COPY --from=build /venv/ /venv/
3434
ENV PATH=/venv/bin:$PATH
35+
ENV XDG_RUNTIME_DIR=/tmp/runtime-:$USER
3536

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

0 commit comments

Comments
 (0)