mirror of
https://github.com/XRPLF/rippled.git
synced 2026-08-19 05:10:55 +00:00
8 lines
161 B
Docker
8 lines
161 B
Docker
ARG BASE_IMAGE=debian:bookworm
|
|
|
|
FROM ${BASE_IMAGE}
|
|
|
|
COPY package/install-packaging-tools.sh /tmp/install-packaging-tools.sh
|
|
|
|
RUN /tmp/install-packaging-tools.sh
|