Skip to content

Commit

Permalink
Removed scree and tmux - these have not been tested/integrated yet
Browse files Browse the repository at this point in the history
  • Loading branch information
Fullaxx committed Mar 14, 2019
1 parent 92fd7a1 commit 14f4f05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ ENV LANG C

# ------------------------------------------------------------------------------
# Install applications and clean up
RUN apt-get update && apt-get install -y --no-install-recommends \
rtorrent openvpn screen tmux locales && \
RUN apt-get update && apt-get install -y \
--no-install-recommends rtorrent openvpn locales && \
sed -e 's/# en_US.UTF-8/en_US.UTF-8/' -i /etc/locale.gen && locale-gen && \
apt-get clean && rm -rf /var/lib/apt/lists/* /var/tmp/* /tmp/*

Expand Down

0 comments on commit 14f4f05

Please sign in to comment.