Files
wlan-testing/old_pytest/Dockerfile-lint
shivamcandela 7f1ede3620 restructured the pytest
Signed-off-by: shivamcandela <shivam.thakur@candelatech.com>
2021-04-12 23:05:22 +05:30

4 lines
68 B
Plaintext

FROM wlan-tip-tests
RUN pip3 install pylint
ENTRYPOINT [ "pylint" ]