fix(core): update

This commit is contained in:
Philipp Kunz 2018-11-29 08:03:21 +01:00
parent d2c8e2b51e
commit 3cdcc3738b

View File

@ -1,3 +1,3 @@
FROM node:11.3.0-alpine
LABEL author="Lossless GmbH <hello@lossless.com>"
RUN apk update && apk add bash && apk cache clean
RUN apk update && apk add bash