build: update docker job image and install libnotify-bin

This commit is contained in:
Michael Aquilina 2023-05-11 15:15:01 +01:00
parent 5a50536e59
commit 00951ac085
No known key found for this signature in database
GPG key ID: 636066730B056BD1

View file

@ -6,7 +6,7 @@ test: &test
- checkout
- run:
name: Install Dependencies
command: apt-get update && apt-get install -y curl git ncurses-bin
command: apt-get update && apt-get install -y curl git ncurses-bin libnotify-bin
- run:
name: Download requirements
command: |
@ -25,7 +25,7 @@ test: &test
jobs:
lint:
docker:
- image: "python:3.7-stretch"
- image: "python:3.11"
steps:
- checkout
- run: