Removed extra line

This commit is contained in:
Leopere 2018-06-01 16:21:47 -04:00
parent 37cbb691d7
commit 060634a004

View file

@ -5,7 +5,6 @@ MAINTAINER chamunks [at] gmail [dot] com
# 8.11.2-alpine, 8.11-alpine, 8-alpine, carbon-alpine (8/alpine/Dockerfile) # 8.11.2-alpine, 8.11-alpine, 8-alpine, carbon-alpine (8/alpine/Dockerfile)
FROM node:8-alpine FROM node:8-alpine
## Install base packages and clone repo to src directory. ## Install base packages and clone repo to src directory.
RUN npm update && \ RUN npm update && \
apk update && apk --no-cache add git curl wget && \ apk update && apk --no-cache add git curl wget && \