ht-docker-node/Dockerfile_alpine

4 lines
118 B
Plaintext
Raw Normal View History

2018-11-28 22:37:03 +01:00
FROM node:11.3.0-alpine
LABEL author="Lossless GmbH <hello@lossless.com>"
2018-11-29 10:49:50 +01:00
RUN apk update && apk add bash libc6-compat