Skip to content
Merged
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
2 changes: 1 addition & 1 deletion Dockerfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ COPY --chown=${USER_ID}:${USER_GID} --from=setup /root/ ${HOME}
RUN apt-get update -y && \
apt-get upgrade -y && \
apt-get install --no-install-recommends --yes \
gettext-base socat xvfb x11vnc sshpass openssh-client sudo && \
gettext-base socat xvfb x11vnc sshpass openssh-client sudo telnet && \
apt-get clean && \
rm -rf /var/lib/apt/lists/* && \
if id ubuntu; then \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.tws.template
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ RUN \
apt-get install --no-install-recommends --yes socat sshpass gettext-base \
libnspr4 libnss3 libcrypto++8 xdg-utils xfce4-cpugraph-plugin \
xfce4-netload-plugin xfce4-taskmanager xfce4-xkb-plugin xfce4-notes \
gvfs gvfs-backends gvfs-fuse && \
gvfs gvfs-backends gvfs-fuse telnet && \
apt-get clean && \
rm -rf /var/lib/apt/lists/* # end

Expand Down
Loading