Skip to content

Commit

Permalink
Docker: fix install path of flyctl
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x committed Jun 2, 2023
1 parent 6dafa28 commit 93c55ed
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions flyio/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ FROM dockette/alpine:3.18

LABEL maintainer="sulcmil@gmail.com"

ENV DEPLOYER_VERSION=7.0.2
ENV DEPLOYER_BIN=/usr/local/bin/dep
ENV FLYCTL_INSTALL=/usr/local

# INSTALLATION
RUN apk update && apk upgrade --no-cache && \
Expand Down

0 comments on commit 93c55ed

Please sign in to comment.