Skip to content

Update libraries

Update libraries #32

Workflow file for this run

name: Build Debian
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Build docker image
run: |
docker build -t sufs_debian -f docker/Dockerfile.debian .