3 lines
107 B
Text
3 lines
107 B
Text
|
FROM debian:stable
|
||
|
RUN apt-get update && apt-get install python3-pip python-is-python3 sudo lsb-release -y
|