use py3 in docker
parent
61d4fe3dfe
commit
3925c9c944
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue