From 3b7220911c790f592fc15b2d3388bdba22cf77ee Mon Sep 17 00:00:00 2001 From: bibby Date: Thu, 21 Jan 2016 08:36:06 -0800 Subject: [PATCH] Works around [haste-server issue 97](https://github.com/seejohnrun/haste-server/issues/97) by using a new node version. Out of the box, this image has stopped working; Debian's change. --- hastebin/Dockerfile | 5 ++--- hastebin/app.sh | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/hastebin/Dockerfile b/hastebin/Dockerfile index 931ccef..75933fe 100644 --- a/hastebin/Dockerfile +++ b/hastebin/Dockerfile @@ -1,12 +1,11 @@ -FROM debian:jessie +FROM node:5.4 MAINTAINER Ric Lister, rlister@gmail.com RUN DEBIAN_FRONTEND=noninteractive \ apt-get update && \ apt-get install -yq \ - git \ - nodejs npm + git RUN git clone https://github.com/seejohnrun/haste-server.git /app WORKDIR /app diff --git a/hastebin/app.sh b/hastebin/app.sh index d045010..e9b5114 100644 --- a/hastebin/app.sh +++ b/hastebin/app.sh @@ -34,4 +34,4 @@ cat > config.js <