From f346f0f9ea53b95011b286e408c422a31ebd6c40 Mon Sep 17 00:00:00 2001 From: Bruno Wego Date: Mon, 19 Apr 2021 18:14:32 -0300 Subject: [PATCH] chore(dockerfile): not are using multi-stage build --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1e4e221..9077201 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:latest AS deploy +FROM alpine:latest RUN apk --no-cache add ca-certificates WORKDIR /listmonk COPY listmonk .