Skip to content

Commit

Permalink
Downgrading python version
Browse files Browse the repository at this point in the history
  • Loading branch information
unaxfromsibiria committed Dec 13, 2024
1 parent 9cb871d commit c0943d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ubuntu:noble
FROM ubuntu:jammy

RUN apt update -y
RUN apt install python3-full python3-systemd python3-pip python3-setuptools python3-venv -y
RUN apt install python3-minimal python3-systemd python3-pip python3-setuptools python3-venv -y

VOLUME /etc/jd2cw/

Expand Down

0 comments on commit c0943d7

Please sign in to comment.