Skip to content

Commit

Permalink
Merge pull request #309 from yzz127/master
Browse files Browse the repository at this point in the history
MNEMONIC-756: Enable rust build environment in ubuntu dev docker
  • Loading branch information
rhythmwind committed Aug 26, 2022
2 parents 1d01cb5 + d3413fa commit 6395b5a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker/docker-Ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ RUN cd /ws
RUN git clone https://github.com/redis/hiredis.git && \
cd hiredis && make && make install

RUN curl https://sh.rustup.rs -sSf | sh -s -- -y

ENV PATH="/root/.cargo/bin:${PATH}"

RUN cd /ws

RUN git clone https://github.com/apache/mnemonic.git && \
Expand Down

0 comments on commit 6395b5a

Please sign in to comment.