Skip to content

Commit

Permalink
Adding screen
Browse files Browse the repository at this point in the history
  • Loading branch information
robmadole authored Dec 4, 2017
1 parent af1dd2e commit 4a1b3de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ENV LANGUAGE en_US:en
ENV LC_ALL en_US.UTF-8

# Update and install some software requirements
RUN apt-get update && apt-get upgrade -y && apt-get install -y curl build-essential wget git make postgresql inotify-tools xz-utils unzip
RUN apt-get update && apt-get upgrade -y && apt-get install -y curl build-essential wget git make postgresql inotify-tools xz-utils unzip screen

# For some reason, installing Elixir tries to remove this file
# and if it doesn't exist, Elixir won't install. So, we create it.
Expand Down

0 comments on commit 4a1b3de

Please sign in to comment.