chore: remove comments from guest desktop scripts

This commit is contained in:
Harivansh Rathi 2026-04-10 00:12:06 +00:00
parent 5eb25834af
commit 1fcd913352
3 changed files with 0 additions and 14 deletions

View file

@ -86,8 +86,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
dbus-user-session \
&& rm -rf /var/lib/apt/lists/*
# Chromium: Ubuntu 24.04 only ships a snap stub, so pull the real .deb from
# the Debian Sid repo with proper GPG key verification.
RUN curl -fsSL https://ftp-master.debian.org/keys/archive-key-12.asc \
| gpg --dearmor -o /etc/apt/keyrings/debian-archive.gpg \
&& printf '%s\n' \