1
0
mirror of https://github.com/fedora-python/tox-current-env.git synced 2024-12-25 01:26:13 +01:00
github.com_fedora-python_to.../Dockerfile

13 lines
444 B
Docker
Raw Normal View History

2019-07-23 13:07:30 +02:00
FROM fedora
RUN dnf -y install --setopt=install_weak_deps=false --setopt=tsflags=nodocs \
--setopt=deltarpm=false --allowerasing --best --disablerepo=\*modular \
tox python36 python37 python38 git-core && \
2019-07-23 13:07:30 +02:00
dnf -y --setopt=install_weak_deps=false --setopt=tsflags=nodocs --best\
--setopt=deltarpm=false --allowerasing --disablerepo=\*modular update && \
dnf clean all
ENV LANG=C.UTF-8 LC_ALL=C.UTF-8
CMD ["/usr/bin/tox"]