Skip to content
This repository was archived by the owner on Apr 21, 2025. It is now read-only.

Commit 6395b5a

Browse files
authored
Merge pull request #309 from yzz127/master
MNEMONIC-756: Enable rust build environment in ubuntu dev docker
2 parents 1d01cb5 + d3413fa commit 6395b5a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docker/docker-Ubuntu/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ RUN cd /ws
3838
RUN git clone https://github.com/redis/hiredis.git && \
3939
cd hiredis && make && make install
4040

41+
RUN curl https://sh.rustup.rs -sSf | sh -s -- -y
42+
43+
ENV PATH="/root/.cargo/bin:${PATH}"
44+
4145
RUN cd /ws
4246

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

0 commit comments

Comments
 (0)