From 129136aa691d66bb6ab7ff879199a663de5b28fd Mon Sep 17 00:00:00 2001 From: Zachary Boyd Date: Sun, 12 Aug 2018 11:46:06 -0400 Subject: [PATCH] switches to node:8 repo --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2709e20..6992e96 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:18.04 +FROM node:8-jessie WORKDIR /app @@ -14,7 +14,7 @@ ENV TOR_PATH /usr/bin/tor ENV PATH $PATH:/app/bin -RUN apt-get update && apt-get install -y nodejs tor git +RUN apt-get update && apt-get install -y tor RUN useradd -ms /bin/bash tor_router