switching to fedora for no good reason

This commit is contained in:
Andrew Davidson 2021-09-27 14:30:41 -07:00
parent e6f9ce09ed
commit 19a0be2ba8
Signed by: amd
GPG key ID: 17AF8F2A49CF25C6

View file

@ -1,6 +1,8 @@
FROM debian:stable
FROM fedora:34
RUN apt-get update && apt-get install -y python3-pip && apt-get clean && pip3 install pipenv
RUN dnf install -y python3-pip which \
&& dnf clean all \
&& pip3 install pipenv
VOLUME /backups