ivangabriele commited on
Commit
de783bf
·
verified ·
1 Parent(s): 6ab027a

ci(docker): add global python3 install

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -12,6 +12,7 @@ RUN apt-get install -y \
12
  git-lfs \
13
  htop \
14
  procps \
 
15
  nano \
16
  vim \
17
  wget
 
12
  git-lfs \
13
  htop \
14
  procps \
15
+ python3 \
16
  nano \
17
  vim \
18
  wget