Dockerfile.ubuntu2404 241 B

1234567
  1. FROM ubuntu:24.04
  2. COPY ./ubuntu2404.sources /etc/apt/sources.list.d/ubuntu.sources
  3. RUN apt-get clean all && apt-get update && apt-get install -y python3 python3-pip apt-rdepends sudo && ln -s /usr/bin/python3 /usr/bin/python
  4. WORKDIR /app