Skip to content

Commit

Permalink
24.04 xrdrp (+dbus-x11), pulseaudio not yet
Browse files Browse the repository at this point in the history
  • Loading branch information
minzkn committed Sep 7, 2024
1 parent 49683b3 commit e8e8ee6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion 24.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ RUN apt-get update --list-cleanup \
xorgxrdp \
xprintidle \
xrdp \
dbus-x11 \
language-pack-ko \
fonts-nanum \
fonts-nanum-coding \
Expand Down Expand Up @@ -261,7 +262,8 @@ RUN apt-get update --list-cleanup \
RUN apt-get autoclean -y \
&& apt-get clean -y \
&& apt-get autoremove -y --purge \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* \
&& (userdel -r ubuntu || true)

EXPOSE 22/tcp 3389/tcp 4200/tcp
STOPSIGNAL SIGTERM
Expand Down
4 changes: 3 additions & 1 deletion latest/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ RUN apt-get update --list-cleanup \
xorgxrdp \
xprintidle \
xrdp \
dbus-x11 \
language-pack-ko \
fonts-nanum \
fonts-nanum-coding \
Expand Down Expand Up @@ -261,7 +262,8 @@ RUN apt-get update --list-cleanup \
RUN apt-get autoclean -y \
&& apt-get clean -y \
&& apt-get autoremove -y --purge \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* \
&& (userdel -r ubuntu || true)

EXPOSE 22/tcp 3389/tcp 4200/tcp
STOPSIGNAL SIGTERM
Expand Down
4 changes: 3 additions & 1 deletion xrdp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ RUN apt-get update --list-cleanup \
xorgxrdp \
xprintidle \
xrdp \
dbus-x11 \
language-pack-ko \
fonts-nanum \
fonts-nanum-coding \
Expand Down Expand Up @@ -124,7 +125,8 @@ RUN apt-get update --list-cleanup \
RUN apt-get autoclean -y \
&& apt-get clean -y \
&& apt-get autoremove -y --purge \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* \
&& (userdel -r ubuntu || true)

EXPOSE 3389
STOPSIGNAL SIGTERM
Expand Down

0 comments on commit e8e8ee6

Please sign in to comment.