From 6163a431272d205536c2b475c4ad3b0fb2f2a47d Mon Sep 17 00:00:00 2001 From: Amogh Lele Date: Mon, 27 Feb 2023 16:56:22 +0530 Subject: [PATCH] fix: *sigh* --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 73aa25c..03a1d6f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM elixir AS build +FROM elixir:alpine AS build # install build dependencies RUN apk add --no-cache build-base npm git curl py-pip rust cargo