blastmud/.ci/deploy-baseimage/Dockerfile

3 lines
132 B
Docker
Raw Normal View History

2023-02-12 23:05:34 +11:00
FROM debian:latest
RUN apt-get update && apt-get install -y jq ssh git curl ca-certificates xz-utils && rm -rf /var/lib/apt/lists/*