mao123qw commited on
Commit
be380c4
·
verified ·
1 Parent(s): 9085291

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -0
Dockerfile CHANGED
@@ -18,6 +18,10 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime \
18
  curl \
19
  unzip \
20
  bash \
 
 
 
 
21
  && apt-get clean \
22
  && rm -rf /var/lib/apt/lists/* \
23
  && update-ca-certificates \
 
18
  curl \
19
  unzip \
20
  bash \
21
+ jq \
22
+ python3 \
23
+ python3-dev \
24
+ py3-pip \
25
  && apt-get clean \
26
  && rm -rf /var/lib/apt/lists/* \
27
  && update-ca-certificates \