Skip to content

Commit

Permalink
test exports
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvinSchiller committed Nov 15, 2023
1 parent c8fdc20 commit 235f86f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ci/ci-debian.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ RUN export USER_PI=$USER \
&& export USER_PI_ID=1000 \
&& groupadd --gid 1000 $USER_PI_GROUP \
&& useradd -u $USER_PI_ID -g $USER_PI_GROUP -G sudo -d /home/$USER_PI -m -s /bin/bash -p '$1$iV7TOwOe$6ojkJQXyEA9bHd/SqNLNj0' $USER_PI \
&& echo "$USER_PI ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers.d/$USER_PI
&& echo "$USER_PI ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers.d/$USER_PI \
&& echo "export XDG_RUNTIME_DIR=\"/run/user/$USER_PI_ID\"" >> /home/$USER_PI/.profile \
&& echo "export DBUS_SESSION_BUS_ADDRESS=\"unix:path=/run/user/$USER_PI_ID/bus\"" >> /home/$USER_PI/.profile
# \
# && echo "export XDG_RUNTIME_DIR=\"/run/user/$USER_PI_ID\"" >> /home/$USER_PI/.profile \
# && echo "export DBUS_SESSION_BUS_ADDRESS=\"unix:path=/run/user/$USER_PI_ID/bus\"" >> /home/$USER_PI/.profile \
# && echo "export XDG_RUNTIME_DIR=\"/run/user/$USER_PI_ID\"" >> /home/$USER_PI/.bashrc \
# && echo "export DBUS_SESSION_BUS_ADDRESS=\"unix:path=/run/user/$USER_PI_ID/bus\"" >> /home/$USER_PI/.bashrc
# ------
Expand Down

0 comments on commit 235f86f

Please sign in to comment.