Skip to content

Commit

Permalink
feat: upgrade tman and ten_gn
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyoucao577 authored Jan 21, 2025
1 parent f53a89c commit 82ea5ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ RUN wget --no-check-certificate --progress=dot:mega https://go.dev/dl/go1.22.3.l
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.8.0/tman-linux-clang-release-x64.zip && \
RUN wget --no-check-certificate --progress=dot:mega https://github.com/TEN-framework/ten_framework/releases/download/0.8.1/tman-linux-clang-release-x64.zip && \
unzip tman-linux-clang-release-x64.zip && \
mv ten_manager/bin/tman /usr/local/bin/ && \
rm -rf tman-*.zip ten_manager

# install ten_gn
RUN git clone https://github.com/TEN-framework/ten_gn.git /usr/local/ten_gn && \
cd /usr/local/ten_gn && \
git checkout 0.1.0
git checkout 0.1.1

ENV PATH=/usr/local/go/bin:/usr/local/ten_gn:$PATH

0 comments on commit 82ea5ca

Please sign in to comment.