From 19a0be2ba8b26b4d9a1cf81fb46f7a0b077e43ab Mon Sep 17 00:00:00 2001 From: Andrew Davidson Date: Mon, 27 Sep 2021 14:30:41 -0700 Subject: [PATCH] switching to fedora for no good reason --- Dockerfile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index b67c4bc..51112ff 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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