Navya-Sree commited on
Commit
6f661ac
·
verified ·
1 Parent(s): 4482c6d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -6,6 +6,8 @@ RUN apt-get update && apt-get install -y \
6
  build-essential \
7
  curl \
8
  git \
 
 
9
  && rm -rf /var/lib/apt/lists/*
10
 
11
  # Install the build tools first
 
6
  build-essential \
7
  curl \
8
  git \
9
+ rustc \
10
+ cargo \
11
  && rm -rf /var/lib/apt/lists/*
12
 
13
  # Install the build tools first