Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Dockerfile.template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM balenalib/%%BALENA_MACHINE_NAME%%-debian:stretch-run
FROM balenalib/%%BALENA_MACHINE_NAME%%-debian:bullseye-run

# Install XORG
RUN install_packages xserver-xorg=1:7.7+19 \
RUN install_packages xserver-xorg \
xserver-xorg-input-evdev \
xinit \
xfce4 \
Expand All @@ -27,4 +27,4 @@ ENV UDEV=1
# Avoid requesting XFCE4 question on X start
ENV XFCE_PANEL_MIGRATE_DEFAULT=1

CMD ["bash", "start_x86.sh"]
CMD ["bash", "start_x86.sh"]
Empty file added VERSION
Empty file.
1 change: 1 addition & 0 deletions repo.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
type: 'generic'