From 4a1b3de2f535fae0dbfd8724ac92988e3bdb0a31 Mon Sep 17 00:00:00 2001 From: Rob Madole Date: Mon, 4 Dec 2017 09:19:16 -0600 Subject: [PATCH] Adding screen --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f9b9c09..34b4608 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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.