From ec4d27ae0143f41c4b199122735599f5166c69fd Mon Sep 17 00:00:00 2001 From: Kurt Date: Tue, 1 Feb 2022 18:38:33 -0600 Subject: [PATCH] Use flyio/flyctl Dockerfile base --- Dockerfile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2ea3466..6e800b1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,4 @@ -FROM alpine - -RUN apk add --no-cache curl - -RUN curl -L https://fly.io/install.sh | FLYCTL_INSTALL=/usr/local sh +FROM flyio/flyctl:latest COPY entrypoint.sh /entrypoint.sh