mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-19 09:25:28 +00:00
cbbee59774
Installs just the base tools (which are quite substantial), but not the deps (which get installed as part of the build).
11 lines
283 B
Docker
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
|