Remove extra packages; not worth the resources

This commit is contained in:
1computer1 2019-03-13 01:16:19 -04:00
parent 2dd50d8069
commit 646a7981fc
4 changed files with 3 additions and 40 deletions

View file

@ -2,8 +2,7 @@ FROM alpine
LABEL author="1Computer1"
RUN apk update
RUN apk add nodejs npm
RUN npm i lodash moment cheerio
RUN apk add nodejs
COPY run.sh /var/run/
WORKDIR /var/ws