Skip to content

Commit

Permalink
Use flyio/flyctl Dockerfile base
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkurt committed Feb 2, 2022
1 parent 372a8fc commit ec4d27a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit ec4d27a

Please sign in to comment.