lokinet/contrib/ci/docker/20-deb-builder-focal.dockerfile
Jason Rhinelander cbbee59774 Add a bunch of base CI images for building debs
Installs just the base tools (which are quite substantial), but not the
deps (which get installed as part of the build).
2021-10-26 03:25:26 -03:00

11 lines
283 B
Docker

ARG ARCH=amd64
FROM registry.oxen.rocks/lokinet-ci-ubuntu-focal-base/${ARCH}
RUN apt-get -o=Dpkg::Use-Pty=0 --no-install-recommends -q install -y \
ccache \
cmake \
devscripts \
equivs \
g++ \
git-buildpackage \
openssh-client