mirror of
https://github.com/EvernodeXRPL/sashimono.git
synced 2026-04-29 15:38:00 +00:00
5 lines
157 B
Docker
5 lines
157 B
Docker
FROM evernode/hotpocket:0.6.4-ubt.20.04
|
|
|
|
RUN apt-get update \
|
|
&& apt-get install --no-install-recommends -y unzip jq \
|
|
&& rm -rf /var/lib/apt/lists/* |