use py3 in docker

master
Ryan Rix 2021-10-23 16:31:15 -07:00
parent 61d4fe3dfe
commit 3925c9c944
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ FROM fedora:latest
MAINTAINER Ryan Rix <ryan@whatthefuck.computer>
COPY requirements.txt /requirements.txt
RUN dnf update -y && dnf install -y python2 curl
RUN dnf update -y && dnf install -y python python3-pip curl
RUN pip install -r /requirements.txt
RUN ln -sf /usr/share/zoneinfo/US/Pacific /etc/localtime
RUN rm -rf /root/.cache /var/cache/dnf