Skip to content

Create Ubuntu Dockerfile for local builds #9

@dkozma

Description

@dkozma

From Gavin:

apt update
apt install build-essential
apt install git
apt install curl
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs/ | sh
source "$HOME/.cargo/env"
git clone https://github.com/contentauth/c2pa-c.git
cd c2pa-c
cargo install cbindgen
make test

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions