Document Dockerfile.hardware-builddeps usage

This commit is contained in:
Heiko Schaefer 2022-05-19 16:28:34 +02:00
parent 77822e716d
commit 5a5ae255b5
No known key found for this signature in database
GPG key ID: 4A849A1904CCBD7D

View file

@ -2,6 +2,9 @@
# SPDX-FileCopyrightText: 2021 Nora Widdecke <mail@nora.pink>
# SPDX-License-Identifier: CC0-1.0
# Base image for running CI tests against physical OpenPGP cards:
# Debian image + build dependencies for Sequoia PGP, and build/run time dependencies for openpgp-card.
FROM rust:1-slim-bullseye
RUN apt update -y -qq \