Skip to content

Update libraries

Update libraries #75

Workflow file for this run

name: Build CentOS 7
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_centos7 -f docker/Dockerfile.centos7 .