freesasa-sys 0.1.10

Rust raw FFI bindings for the freesasa C library
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
FROM rust:latest

LABEL maintainer="Oliver Wissett"
LABEL version="1.0"

# Install core packages
RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y \
    git \
    make \
    pkg-config \
    build-essential \
    autoconf \
    libc++-dev \
    libc++abi-dev \
    check \
    libclang-dev \
    clang