Skip to content

Update Dockerfile to use Ubuntu 22.04 and install Python dependencies #2

Update Dockerfile to use Ubuntu 22.04 and install Python dependencies

Update Dockerfile to use Ubuntu 22.04 and install Python dependencies #2

Workflow file for this run

name: Docker CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build the Docker image
run: |
make build
make test