From 83c92f7342137c27e92a34819ab73433cda8fef5 Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Wed, 26 Oct 2022 14:03:41 +0000 Subject: [PATCH] Do not use slim image anymore --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 4fa0fdc..b455a4e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,7 +4,7 @@ type: docker steps: - name: flake8 - image: python:slim + image: python commands: - pip install flake8 - flake8 pynyaata --ignore=E501