switching to fedora for no good reason
This commit is contained in:
parent
e6f9ce09ed
commit
19a0be2ba8
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue