Skip to content

Commit

Permalink
Select specific Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
supercodepoet committed Apr 26, 2017
1 parent 9967d8f commit 3e0fc38
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
FROM ubuntu:latest

RUN apt-get install -y locales
FROM ubuntu:14.04.5

# Elixir requires UTF-8
RUN locale-gen en_US.UTF-8
ENV LANG en_US.UTF-8
ENV LANGUAGE en_US:en
ENV LC_ALL en_US.UTF-8

# update and install some software requirements
# 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

# For some reason, installing Elixir tries to remove this file
Expand Down

0 comments on commit 3e0fc38

Please sign in to comment.