feat: change builder base image to docker/compose

This commit is contained in:
Rainer Killinger
2020-04-14 13:25:50 +02:00
parent e6f6412b5b
commit 5ea40b2ece

View File

@@ -1,4 +1,4 @@
FROM docker:stable
FROM docker/compose
RUN apk update && apk add nodejs npm git