Skip to content

Commit

Permalink
feat: install task
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyoucao577 authored Nov 11, 2024
1 parent a78aba6 commit b8096a8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ RUN wget --no-check-certificate --progress=dot:mega https://go.dev/dl/go1.22.3.l
tar -C /usr/local -xvf go1.22.3.linux-amd64.tar.gz && \
rm go1.22.3.linux-amd64.tar.gz

# install task
RUN sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d -b /usr/local/bin

# install tman
RUN wget --no-check-certificate --progress=dot:mega https://github.com/TEN-framework/ten_framework/releases/download/0.4.0/tman-linux-x64-clang-release.zip && \
unzip tman-linux-x64-clang-release.zip && \
Expand Down

0 comments on commit b8096a8

Please sign in to comment.