Skip to content

Commit

Permalink
docker_shell: import missing directory mounts
Browse files Browse the repository at this point in the history
Signed-off-by: Pawel Czarnecki <[email protected]>
  • Loading branch information
lpawelcz committed Mar 22, 2024
1 parent 0739166 commit 115fce0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker_shell.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ docker run --rm -u $(id -u ${USER}):$(id -g ${USER}) \
-e XDG_RUNTIME_DIR=/tmp/xdg-run \
-e DISPLAY=$DISPLAY \
-e QT_XKB_CONFIG_ROOT=/usr/share/X11/xkb \
-v $XSOCK:$XSOCK \
-v $XAUTH:$XAUTH \
-e XAUTHORITY=$XAUTH \
-e BUILD_DIR=$WORKSPACE \
-e FLOW_HOME=$FLOW_HOME \
Expand Down

0 comments on commit 115fce0

Please sign in to comment.