Skip to content

Commit

Permalink
Merge pull request #1 from maks-oleksyuk/main
Browse files Browse the repository at this point in the history
Update Dockerfile.ddev-taskfile (curl installation removed)
  • Loading branch information
AndreasMaros authored Jul 30, 2024
2 parents b5f92d1 + a4df6f5 commit 5425602
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web-build/Dockerfile.ddev-taskfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#ddev-generated
# Execute taskfile installer
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y -o Dpkg::Options::="--force-confold" --no-install-recommends --no-install-suggests curl
RUN sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d -b /usr/local/bin

0 comments on commit 5425602

Please sign in to comment.