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