titan-iac/dockerfiles/Dockerfile.ananke-node-helper

13 lines
244 B
Docker
Raw Normal View History

FROM debian:bookworm-slim
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
bash \
ca-certificates \
curl \
util-linux \
zstd \
&& rm -rf /var/lib/apt/lists/*
CMD ["/bin/sh"]