ht-docker-node/Dockerfile_alpine

4 lines
118 B
Plaintext
Raw Normal View History

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