praeclarumjj3 commited on
Commit
76be483
·
1 Parent(s): a15c4d4
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -11,7 +11,7 @@ RUN apt-get update && apt-get install -y \
11
  && rm -rf /var/lib/apt/lists/*
12
 
13
  RUN apt-get -y update
14
- RUN apt-get -y install python3
15
  RUN apt-get -y install python3-pip
16
 
17
  RUN useradd -ms /bin/bash admin
 
11
  && rm -rf /var/lib/apt/lists/*
12
 
13
  RUN apt-get -y update
14
+ RUN apt-get -y install python3.8
15
  RUN apt-get -y install python3-pip
16
 
17
  RUN useradd -ms /bin/bash admin