From 3925010f46fe3972cbeb959f0d95ceb5bfa273c4 Mon Sep 17 00:00:00 2001 From: chamunks Date: Fri, 1 Jun 2018 16:21:47 -0400 Subject: [PATCH] Removed extra line --- www.spee.ch/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/www.spee.ch/Dockerfile b/www.spee.ch/Dockerfile index 4690907..e385b85 100644 --- a/www.spee.ch/Dockerfile +++ b/www.spee.ch/Dockerfile @@ -5,7 +5,6 @@ MAINTAINER chamunks [at] gmail [dot] com # 8.11.2-alpine, 8.11-alpine, 8-alpine, carbon-alpine (8/alpine/Dockerfile) FROM node:8-alpine - ## Install base packages and clone repo to src directory. RUN npm update && \ apk update && apk --no-cache add git curl wget && \