Skip to content

Commit

Permalink
fix: remove useless step in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
iujakchu committed Jun 3, 2022
1 parent bbc0a86 commit 7534775
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,5 @@ ENV PATH="/root/.cargo/bin:${PATH}"

WORKDIR /root/cxx
RUN bash <(curl -fsSL https://xmake.io/shget.text)
RUN cd back && cargo build --release
RUN source /root/.xmake/profile && xmake --root
RUN source /root/.xmake/profile && xmake run --root
RUN source /root/.xmake/profile && xmake -vD --root
RUN source /root/.xmake/profile && xmake run -vD --root

0 comments on commit 7534775

Please sign in to comment.