diff --git a/Dockerfile_production b/Dockerfile_alpine similarity index 62% rename from Dockerfile_production rename to Dockerfile_alpine index 5c70bad..dfdae48 100644 --- a/Dockerfile_production +++ b/Dockerfile_alpine @@ -1,3 +1,3 @@ FROM node:11.3.0-alpine LABEL author="Lossless GmbH " -RUN apk update && apk add bash +RUN apk update && apk add bash libc6-compat