Skip to content

Commit

Permalink
refactor: Remove flyctl
Browse files Browse the repository at this point in the history
  • Loading branch information
khalwat committed Dec 1, 2024
1 parent c2c7dea commit d165916
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Dockerfile-dev
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,6 @@ RUN apt update && sudo apt upgrade \
&& \
go install github.com/valyala/quicktemplate/qtc@latest \
&& \
# Install flyctl cli \
curl -L https://fly.io/install.sh | sh \
&& \
ln -s /root/.fly/bin/flyctl /usr/local/bin/fly \
&& \
# Make this a safe .git directory
git config --global --add safe.directory /app

Expand Down

0 comments on commit d165916

Please sign in to comment.