Skip to content

Commit

Permalink
Merge 11e7f72 into 784a5d3
Browse files Browse the repository at this point in the history
  • Loading branch information
lmazuel committed Jan 31, 2018
2 parents 784a5d3 + 11e7f72 commit 3014186
Show file tree
Hide file tree
Showing 16 changed files with 1,235 additions and 785 deletions.
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ RUN apt-get update && apt-get install -y curl git software-properties-common loc
RUN curl -sL https://deb.nodesource.com/setup_7.x | bash - && \
apt-get update && apt-get install -y nodejs

# Go 1.9
RUN add-apt-repository ppa:gophers/archive && \
apt-get update && \
apt-get install -y golang-1.9-go
ENV PATH="/usr/lib/go-1.9/bin:${PATH}"

# Python 3.6
RUN add-apt-repository ppa:jonathonf/python-3.6 && \
apt-get update && \
Expand Down
Loading

0 comments on commit 3014186

Please sign in to comment.