jclyo1 commited on
Commit
c522133
1 Parent(s): 12fd721
Files changed (1) hide show
  1. Dockerfile +4 -1
Dockerfile CHANGED
@@ -8,7 +8,10 @@ RUN apt-get update && apt-get install -y \
8
  python3-pip \
9
  wget \
10
  curl \
11
- sudo
 
 
 
12
 
13
  WORKDIR /code
14
 
 
8
  python3-pip \
9
  wget \
10
  curl \
11
+ sudo \
12
+ rustc
13
+
14
+ RUN cargo install os_info_cli
15
 
16
  WORKDIR /code
17