ht-docker-node/Dockerfile_alpine

4 lines
118 B
Plaintext
Raw Permalink Normal View History

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