BinaryONe commited on
Commit
b2741c4
·
1 Parent(s): 588df1e
Files changed (1) hide show
  1. Dockerfile +4 -3
Dockerfile CHANGED
@@ -6,11 +6,12 @@ RUN apt-get update && \
6
  apt-get install -y \
7
  sudo\
8
  bash \
 
9
  passwd \
10
  python3 \
11
- net-tools \
12
- python3-pip \
13
- python3-venv \
14
  openssh-server &&\
15
  apt clean && \
16
  apt-get clean && \
 
6
  apt-get install -y \
7
  sudo\
8
  bash \
9
+ expect\
10
  passwd \
11
  python3 \
12
+ net-tools\
13
+ python3-pip\
14
+ python3-venv\
15
  openssh-server &&\
16
  apt clean && \
17
  apt-get clean && \