mirror of
https://github.com/XRPLF/rippled.git
synced 2026-08-21 14:20:56 +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
|