Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
Signed-off-by: Oguz Ozturk <[email protected]>
  • Loading branch information
oguzkaganozt committed Jan 30, 2025
1 parent 2f729cb commit 426244d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/tools/Dockerfile.visualizer
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ WORKDIR /autoware
COPY --from=builder /opt/autoware /opt/autoware
COPY --from=builder /rosdep-visualizer-depend-packages.txt /tmp/rosdep-visualizer-depend-packages.txt

# cspell:ignore openbox, VNC, ngrok, tigervnc, novnc, websockify, newkey, xstartup
# cspell:ignore openbox, VNC, ngrok, tigervnc, novnc, websockify, newkey, xstartup, vncpassword, keyout
# Install openbox, VNC, ngrok, and simulator dependencies
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
curl unzip openbox tigervnc-standalone-server tigervnc-common \
Expand Down
2 changes: 1 addition & 1 deletion docker/tools/etc/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# cspell:ignore openbox, VNC, ngrok, tigervnc, novnc, websockify, newkey, xstartup
# cspell:ignore openbox, VNC, ngrok, tigervnc, novnc, websockify, newkey, xstartup, pixelformat, AUTHTOKEN, authtoken

configure_vnc() {
# Create Openbox application configuration
Expand Down
2 changes: 1 addition & 1 deletion docker/tools/etc/xstartup
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
# cspell:ignore openbox, VNC, ngrok, tigervnc, novnc, websockify, newkey, xstartup
# cspell:ignore openbox, VNC, ngrok, tigervnc, novnc, websockify, newkey, xstartup, DBUS, Xresources, xrdb

unset SESSION_MANAGER
unset DBUS_SESSION_BUS_ADDRESS
Expand Down

0 comments on commit 426244d

Please sign in to comment.