docker-debian-python-deb/Dockerfile
2022-04-30 14:25:18 +02:00

7 lines
301 B
Docker

FROM debian:latest
RUN apt update
RUN apt upgrade -y
RUN apt install -y python3-all python3-dev python3-pip python3-venv python3-apt apt-file dpkg-dev fakeroot build-essential devscripts debhelper dh-python python3-wheel sed lsb-release gnupg2
RUN apt-file update
RUN python3 -m pip install wheel2deb