Skip to content

Commit

Permalink
add rust dependencies to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
seekersoftec committed Aug 3, 2024
1 parent 71bc3b9 commit ee08324
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 @@ -16,6 +16,9 @@ RUN apt-get update && \
python3-dev \
&& rm -rf /var/lib/apt/lists/*

# Install Rust compiler (required for nautilus-trader)
RUN curl -sSL https://sh.rustup.rs | sh -s -- -y

# RUN useradd -m docker && echo "docker:docker" | chpasswd && adduser docker sudo

# USER docker
Expand Down

0 comments on commit ee08324

Please sign in to comment.