pluviouse commited on
Commit
62e0777
·
verified ·
1 Parent(s): 6aa1581

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -14,7 +14,8 @@ RUN apt-get install -y \
14
  webp \
15
  neofetch \
16
  build-essential \
17
- python3-pip
 
18
 
19
  RUN useradd -m -u 1000 rull
20
 
 
14
  webp \
15
  neofetch \
16
  build-essential \
17
+ python3-pip \
18
+ python3
19
 
20
  RUN useradd -m -u 1000 rull
21