You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FROM jlesage/baseimage-gui:alpine-3.18-v4
# Install xterm.
RUN add-pkg xterm font-terminus
# Copy the start script.
COPY startapp.sh /startapp.sh
ENV HOME=/config
RUN mkdir /config && echo "-*-terminus-bold-r-*-*-40-*-*-*-*-*-*-*" > /config/.Xresources
# Set the name of the application.
RUN set-cont-env APP_NAME "Xterm"
This seems to make the font smaller than not trying to set it at all.
Apologies if I've completely misunderstood how this works.
The text was updated successfully, but these errors were encountered:
This seems to make the font smaller than not trying to set it at all.
Apologies if I've completely misunderstood how this works.
The text was updated successfully, but these errors were encountered: