Skip to content

Commit

Permalink
actually, XDG_RUNTIME_DIR variable was already correct
Browse files Browse the repository at this point in the history
  • Loading branch information
alberthli committed Jul 21, 2024
1 parent 89cfe22 commit d951b13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ RUN source /tmp/docker_setup.sh --skip-docker && \

# add local user binary folder to PATH variable
ENV PATH="${PATH}:/home/${USER}/.local/bin"
ENV XDG_RUNTIME_DIR=/run/${USER}/${UID}
ENV XDG_RUNTIME_DIR=/run/user/${UID}
WORKDIR /home/${USER}

0 comments on commit d951b13

Please sign in to comment.