Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
d4rkfella authored Nov 19, 2024
1 parent 8cb5d4c commit 6b3830e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ RUN echo "**** Installing packages ****" && \
curl -fsSL -o get_task.sh https://taskfile.dev/install.sh && \
chmod +x ./get_task.sh && \
./get_task.sh -d -b /usr/local/bin && \
curl -s https://fluxcd.io/install.sh | sudo FLUX_VERSION=2.0.0 bash && \
echo "**** Cleaning up ****" && \
rm -rf /root/.cache /tmp/*

Expand Down

0 comments on commit 6b3830e

Please sign in to comment.