mirror of
https://github.com/XRPLF/rippled.git
synced 2026-09-05 08:40:20 +00:00
11 lines
279 B
Docker
11 lines
279 B
Docker
ARG BASE_IMAGE=debian:trixie
|
|
|
|
FROM ${BASE_IMAGE}
|
|
|
|
COPY bin/install-packaging-tools.sh /tmp/install-packaging-tools.sh
|
|
|
|
RUN /tmp/install-packaging-tools.sh
|
|
|
|
# See ../README.md, "Publishing from other repositories".
|
|
COPY package/docker/publish_pkg.py /usr/local/bin/publish_pkg.py
|