3 lines
182 B
Docker
3 lines
182 B
Docker
FROM debian:latest
|
|
RUN apt update && apt upgrade -y && apt install -y git cmake build-essential libx11-dev libgtk-3-dev python3 python3-pip
|
|
RUN ln -s /usr/bin/python3 /usr/bin/python |