west/docker-testing/fedora/Dockerfile

14 lines
170 B
Docker

ARG TARGET
FROM ${TARGET}
ARG TARGET
ENV WEST_TARGET=${TARGET}
RUN dnf install -y \
git \
python3-pip \
&& dnf clean dbcache
RUN pip3 install tox